Html Css Color HEX #392976 Windsor

📋 copy color: '#392976'

red 57 ◦ green 41 ◦ blue 118

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

Shades of Windsor #392976

Tints of Windsor #392976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

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

R = 26.39%
G = 18.98%
B = 54.63%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392976 (or 0x392976) is known color: Windsor. HEX triplet: 39, 29 and 76. RGB value is (57,41,118). Sum of RGB (Red+Green+Blue) = 57+41+118=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #392976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392976 is #C6D689. Grayscale: #363636. Windows color (decimal): -13031050 or 7743801. OLE color: 7743801.

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

Color convert

RGB 57 41 118 -
CMYK 0.52 0.65 0 0.54
HSL 252.47º 0.48% 0.31% -
HSV(B) 252.47º 0.65% 0.46% -
XYZ 5.75 3.76 17.56 -
YUV 54.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 57 41 118 0.52 0.65 0 0.54 252.47 0.48 0.31
Hex 39 29 76 34 41 0 36 FC 30 1F
Octal 71 51 166 64 101 0 66 374 60 37
Binary 111001 101001 1110110 110100 1000001 0 110110 11111100 110000 11111

Color Harmonies of #392976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392976

Black with #392976

Text Example


Text Example

White with #392976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392976; }

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

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

background-color css

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

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

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

border-color css

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

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

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