Html Css Color HEX #392776 Windsor

📋 copy color: '#392776'

red 57 ◦ green 39 ◦ blue 118

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

Shades of Windsor #392776

Tints of Windsor #392776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 26.64%
G = 18.22%
B = 55.14%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392776 (or 0x392776) is known color: Windsor. HEX triplet: 39, 27 and 76. RGB value is (57,39,118). Sum of RGB (Red+Green+Blue) = 57+39+118=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #392776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392776 is #C6D889. Grayscale: #353535. Windows color (decimal): -13031562 or 7743289. OLE color: 7743289.

HSL color Cylindrical-coordinate representation of color #392776: hue angle of 253.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392776 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 39 118 -
CMYK 0.52 0.67 0 0.54
HSL 253.67º 0.5% 0.31% -
HSV(B) 253.67º 0.67% 0.46% -
XYZ 5.68 3.63 17.54 -
YUV 53.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 57 39 118 0.52 0.67 0 0.54 253.67 0.5 0.31
Hex 39 27 76 34 43 0 36 FE 32 1F
Octal 71 47 166 64 103 0 66 376 62 37
Binary 111001 100111 1110110 110100 1000011 0 110110 11111110 110010 11111

Color Harmonies of #392776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392776

Black with #392776

Text Example


Text Example

White with #392776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392776; }

 p { color: rgb(57,39,118); }

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

background-color css

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

 a { background-color: rgb(57,39,118); }

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

border-color css

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

 span { border-color: rgb(57,39,118); }

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