Html Css Color HEX #392774 Windsor

📋 copy color: '#392774'

red 57 ◦ green 39 ◦ blue 116

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

Shades of Windsor #392774

Tints of Windsor #392774

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 26.89%
G = 18.4%
B = 54.72%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392774 (or 0x392774) is known color: Windsor. HEX triplet: 39, 27 and 74. RGB value is (57,39,116). Sum of RGB (Red+Green+Blue) = 57+39+116=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #392774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392774 is #C6D88B. Grayscale: #343434. Windows color (decimal): -13031564 or 7612217. OLE color: 7612217.

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

Color convert

RGB 57 39 116 -
CMYK 0.51 0.66 0 0.55
HSL 254.03º 0.5% 0.3% -
HSV(B) 254.03º 0.66% 0.45% -
XYZ 5.57 3.58 16.92 -
YUV 53.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 57 39 116 0.51 0.66 0 0.55 254.03 0.5 0.3
Hex 39 27 74 33 42 0 37 FE 32 1E
Octal 71 47 164 63 102 0 67 376 62 36
Binary 111001 100111 1110100 110011 1000010 0 110111 11111110 110010 11110

Color Harmonies of #392774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392774

Black with #392774

Text Example


Text Example

White with #392774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392774; }

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

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

background-color css

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

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

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

border-color css

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

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

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