Html Css Color HEX #392574 Windsor

📋 copy color: '#392574'

red 57 ◦ green 37 ◦ blue 116

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

Shades of Windsor #392574

Tints of Windsor #392574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 27.14%
G = 17.62%
B = 55.24%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392574 (or 0x392574) is known color: Windsor. HEX triplet: 39, 25 and 74. RGB value is (57,37,116). Sum of RGB (Red+Green+Blue) = 57+37+116=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #392574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392574 is #C6DA8B. Grayscale: #333333. Windows color (decimal): -13032076 or 7611705. OLE color: 7611705.

HSL color Cylindrical-coordinate representation of color #392574: hue angle of 255.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #392574 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 37 116 -
CMYK 0.51 0.68 0 0.55
HSL 255.19º 0.52% 0.3% -
HSV(B) 255.19º 0.68% 0.45% -
XYZ 5.5 3.45 16.9 -
YUV 51.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 57 37 116 0.51 0.68 0 0.55 255.19 0.52 0.3
Hex 39 25 74 33 44 0 37 FF 34 1E
Octal 71 45 164 63 104 0 67 377 64 36
Binary 111001 100101 1110100 110011 1000100 0 110111 11111111 110100 11110

Color Harmonies of #392574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392574

Black with #392574

Text Example


Text Example

White with #392574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392574; }

 p { color: rgb(57,37,116); }

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

background-color css

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

 a { background-color: rgb(57,37,116); }

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

border-color css

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

 span { border-color: rgb(57,37,116); }

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