Html Css Color HEX #392476 Windsor

📋 copy color: '#392476'

red 57 ◦ green 36 ◦ blue 118

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

Shades of Windsor #392476

Tints of Windsor #392476

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 27.01%
G = 17.06%
B = 55.92%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392476 (or 0x392476) is known color: Windsor. HEX triplet: 39, 24 and 76. RGB value is (57,36,118). Sum of RGB (Red+Green+Blue) = 57+36+118=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #392476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392476 is #C6DB89. Grayscale: #333333. Windows color (decimal): -13032330 or 7742521. OLE color: 7742521.

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

Color convert

RGB 57 36 118 -
CMYK 0.52 0.69 0 0.54
HSL 255.37º 0.53% 0.3% -
HSV(B) 255.37º 0.69% 0.46% -
XYZ 5.59 3.44 17.51 -
YUV 51.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 57 36 118 0.52 0.69 0 0.54 255.37 0.53 0.3
Hex 39 24 76 34 45 0 36 FF 35 1E
Octal 71 44 166 64 105 0 66 377 65 36
Binary 111001 100100 1110110 110100 1000101 0 110110 11111111 110101 11110

Color Harmonies of #392476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392476

Black with #392476

Text Example


Text Example

White with #392476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392476; }

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

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

background-color css

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

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

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

border-color css

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

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

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