Html Css Color HEX #392474 Windsor

📋 copy color: '#392474'

red 57 ◦ green 36 ◦ blue 116

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

Shades of Windsor #392474

Tints of Windsor #392474

RGB

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

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

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

R = 27.27%
G = 17.22%
B = 55.5%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392474 (or 0x392474) is known color: Windsor. HEX triplet: 39, 24 and 74. RGB value is (57,36,116). Sum of RGB (Red+Green+Blue) = 57+36+116=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #392474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392474 is #C6DB8B. Grayscale: #333333. Windows color (decimal): -13032332 or 7611449. OLE color: 7611449.

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

Color convert

RGB 57 36 116 -
CMYK 0.51 0.69 0 0.55
HSL 255.75º 0.53% 0.3% -
HSV(B) 255.75º 0.69% 0.45% -
XYZ 5.47 3.39 16.89 -
YUV 51.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 57 36 116 0.51 0.69 0 0.55 255.75 0.53 0.3
Hex 39 24 74 33 45 0 37 100 35 1E
Octal 71 44 164 63 105 0 67 400 65 36
Binary 111001 100100 1110100 110011 1000101 0 110111 100000000 110101 11110

Color Harmonies of #392474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392474

Black with #392474

Text Example


Text Example

White with #392474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392474; }

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

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

background-color css

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

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

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

border-color css

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

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

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