Html Css Color HEX #392573 Windsor

📋 copy color: '#392573'

red 57 ◦ green 37 ◦ blue 115

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

Shades of Windsor #392573

Tints of Windsor #392573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 27.27%
G = 17.7%
B = 55.02%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392573 (or 0x392573) is known color: Windsor. HEX triplet: 39, 25 and 73. RGB value is (57,37,115). Sum of RGB (Red+Green+Blue) = 57+37+115=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #392573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392573 is #C6DA8C. Grayscale: #333333. Windows color (decimal): -13032077 or 7546169. OLE color: 7546169.

HSL color Cylindrical-coordinate representation of color #392573: hue angle of 255.38º degrees, saturation: 0.51, 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 #392573 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 37 115 -
CMYK 0.50 0.68 0 0.55
HSL 255.38º 0.51% 0.3% -
HSV(B) 255.38º 0.68% 0.45% -
XYZ 5.44 3.43 16.59 -
YUV 51.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 57 37 115 0.50 0.68 0 0.55 255.38 0.51 0.3
Hex 39 25 73 32 44 0 37 FF 33 1E
Octal 71 45 163 62 104 0 67 377 63 36
Binary 111001 100101 1110011 110010 1000100 0 110111 11111111 110011 11110

Color Harmonies of #392573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392573

Black with #392573

Text Example


Text Example

White with #392573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392573; }

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

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

background-color css

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

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

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

border-color css

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

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

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