Html Css Color HEX #382BFB Han Purple

📋 copy color: '#382BFB'

red 56 ◦ green 43 ◦ blue 251

#382BFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #382BFB

Tints of Han Purple #382BFB

RGB

 RED value IS 56 (22.27% from 255) = 16%

 GREEN value IS 43 (17.19% from 255) = 12.29%

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 16%
G = 12.29%
B = 71.71%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#382BFB (or 0x382BFB) is known color: Han Purple. HEX triplet: 38, 2B and FB. RGB value is (56,43,251). Sum of RGB (Red+Green+Blue) = 56+43+251=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #382BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382BFB is #C7D404. Grayscale: #454545. Windows color (decimal): -13095941 or 16460600. OLE color: 16460600.

HSL color Cylindrical-coordinate representation of color #382BFB: hue angle of 243.75º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #382BFB is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 43 251 -
CMYK 0.78 0.83 0 0.02
HSL 243.75º 0.96% 0.58% -
HSV(B) 243.75º 0.83% 0.98% -
XYZ 19.91 9.53 92.06 -
YUV 70.6 229.81 117.59 -
System Red Green Blue C M Y K H S L
Decimal 56 43 251 0.78 0.83 0 0.02 243.75 0.96 0.58
Hex 38 2B FB 4E 53 0 2 F4 60 3A
Octal 70 53 373 116 123 0 2 364 140 72
Binary 111000 101011 11111011 1001110 1010011 0 10 11110100 1100000 111010

Color Harmonies of #382BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BFB

Black with #382BFB

Text Example


Text Example

White with #382BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382BFB; }

 p { color: rgb(56,43,251); }

 H1.HeaderClassName
 {
   color: #382BFB;
 }
 .AnyTagClassName
 {
   color: #382BFB;
 }
</style>

background-color css

<style>
 a { background-color: #382BFB; }

 a { background-color: rgb(56,43,251); }

 div.DivClassName
 {
   background-color: #382BFB;
 }
 .BgClassName
 {
   background-color: #382BFB;
 }
</style>

border-color css

<style>
 span { border-color: #382BFB; }

 span { border-color: rgb(56,43,251); }

 td.TdClassName
 {
   border-color: #382BFB;
 }
 .TagClassName
 {
   border-color: #382BFB;
 }
</style>