Html Css Color HEX #392473 Windsor

📋 copy color: '#392473'

red 57 ◦ green 36 ◦ blue 115

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

Shades of Windsor #392473

Tints of Windsor #392473

RGB

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

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

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

R = 27.4%
G = 17.31%
B = 55.29%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392473 (or 0x392473) is known color: Windsor. HEX triplet: 39, 24 and 73. RGB value is (57,36,115). Sum of RGB (Red+Green+Blue) = 57+36+115=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #392473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392473 is #C6DB8C. Grayscale: #323232. Windows color (decimal): -13032333 or 7545913. OLE color: 7545913.

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

Color convert

RGB 57 36 115 -
CMYK 0.50 0.69 0 0.55
HSL 255.95º 0.52% 0.3% -
HSV(B) 255.95º 0.69% 0.45% -
XYZ 5.41 3.37 16.58 -
YUV 51.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 57 36 115 0.50 0.69 0 0.55 255.95 0.52 0.3
Hex 39 24 73 32 45 0 37 100 34 1E
Octal 71 44 163 62 105 0 67 400 64 36
Binary 111001 100100 1110011 110010 1000101 0 110111 100000000 110100 11110

Color Harmonies of #392473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392473

Black with #392473

Text Example


Text Example

White with #392473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392473; }

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

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

background-color css

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

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

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

border-color css

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

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

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