Html Css Color HEX #392BD8 Han Purple

📋 copy color: '#392BD8'

red 57 ◦ green 43 ◦ blue 216

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

Shades of Han Purple #392BD8

Tints of Han Purple #392BD8

RGB

 RED value IS 57 (22.66% from 255) = 18.04%

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

 BLUE value IS 216 (84.77% from 255) = 68.35%

R = 18.04%
G = 13.61%
B = 68.35%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#392BD8 (or 0x392BD8) is known color: Han Purple. HEX triplet: 39, 2B and D8. RGB value is (57,43,216). Sum of RGB (Red+Green+Blue) = 57+43+216=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #392BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BD8 is #C6D427. Grayscale: #424242. Windows color (decimal): -13030440 or 14166841. OLE color: 14166841.

HSL color Cylindrical-coordinate representation of color #392BD8: hue angle of 244.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392BD8 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 57 43 216 -
CMYK 0.74 0.80 0 0.15
HSL 244.86º 0.69% 0.51% -
HSV(B) 244.86º 0.8% 0.85% -
XYZ 14.95 7.56 65.64 -
YUV 66.91 212.14 120.93 -
System Red Green Blue C M Y K H S L
Decimal 57 43 216 0.74 0.80 0 0.15 244.86 0.69 0.51
Hex 39 2B D8 4A 50 0 F F5 45 33
Octal 71 53 330 112 120 0 17 365 105 63
Binary 111001 101011 11011000 1001010 1010000 0 1111 11110101 1000101 110011

Color Harmonies of #392BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BD8

Black with #392BD8

Text Example


Text Example

White with #392BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392BD8; }

 p { color: rgb(57,43,216); }

 H1.HeaderClassName
 {
   color: #392BD8;
 }
 .AnyTagClassName
 {
   color: #392BD8;
 }
</style>

background-color css

<style>
 a { background-color: #392BD8; }

 a { background-color: rgb(57,43,216); }

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

border-color css

<style>
 span { border-color: #392BD8; }

 span { border-color: rgb(57,43,216); }

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