Html Css Color HEX #392475 Windsor

📋 copy color: '#392475'

red 57 ◦ green 36 ◦ blue 117

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

Shades of Windsor #392475

Tints of Windsor #392475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.71%

R = 27.14%
G = 17.14%
B = 55.71%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392475 (or 0x392475) is known color: Windsor. HEX triplet: 39, 24 and 75. RGB value is (57,36,117). Sum of RGB (Red+Green+Blue) = 57+36+117=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #392475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392475 is #C6DB8A. Grayscale: #333333. Windows color (decimal): -13032331 or 7676985. OLE color: 7676985.

HSL color Cylindrical-coordinate representation of color #392475: hue angle of 255.56º 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 #392475 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 36 117 -
CMYK 0.51 0.69 0 0.54
HSL 255.56º 0.53% 0.3% -
HSV(B) 255.56º 0.69% 0.46% -
XYZ 5.53 3.42 17.2 -
YUV 51.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 57 36 117 0.51 0.69 0 0.54 255.56 0.53 0.3
Hex 39 24 75 33 45 0 36 100 35 1E
Octal 71 44 165 63 105 0 66 400 65 36
Binary 111001 100100 1110101 110011 1000101 0 110110 100000000 110101 11110

Color Harmonies of #392475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392475

Black with #392475

Text Example


Text Example

White with #392475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392475; }

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

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

background-color css

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

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

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

border-color css

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

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

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