Html Css Color HEX #392575 Windsor

📋 copy color: '#392575'

red 57 ◦ green 37 ◦ blue 117

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

Shades of Windsor #392575

Tints of Windsor #392575

RGB

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

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

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

R = 27.01%
G = 17.54%
B = 55.45%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392575 (or 0x392575) is known color: Windsor. HEX triplet: 39, 25 and 75. RGB value is (57,37,117). Sum of RGB (Red+Green+Blue) = 57+37+117=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #392575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392575 is #C6DA8A. Grayscale: #333333. Windows color (decimal): -13032075 or 7677241. OLE color: 7677241.

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

Color convert

RGB 57 37 117 -
CMYK 0.51 0.68 0 0.54
HSL 255º 0.52% 0.3% -
HSV(B) 255º 0.68% 0.46% -
XYZ 5.56 3.48 17.21 -
YUV 52.1 164.63 131.5 -
System Red Green Blue C M Y K H S L
Decimal 57 37 117 0.51 0.68 0 0.54 255 0.52 0.3
Hex 39 25 75 33 44 0 36 FF 34 1E
Octal 71 45 165 63 104 0 66 377 64 36
Binary 111001 100101 1110101 110011 1000100 0 110110 11111111 110100 11110

Color Harmonies of #392575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392575

Black with #392575

Text Example


Text Example

White with #392575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392575; }

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

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

background-color css

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

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

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

border-color css

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

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

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