Html Css Color HEX #392978 Windsor

📋 copy color: '#392978'

red 57 ◦ green 41 ◦ blue 120

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

Shades of Windsor #392978

Tints of Windsor #392978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 120 (47.27% from 255) = 55.05%

R = 26.15%
G = 18.81%
B = 55.05%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392978 (or 0x392978) is known color: Windsor. HEX triplet: 39, 29 and 78. RGB value is (57,41,120). Sum of RGB (Red+Green+Blue) = 57+41+120=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #392978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392978 is #C6D687. Grayscale: #363636. Windows color (decimal): -13031048 or 7874873. OLE color: 7874873.

HSL color Cylindrical-coordinate representation of color #392978: hue angle of 252.15º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392978 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 41 120 -
CMYK 0.52 0.66 0 0.53
HSL 252.15º 0.49% 0.32% -
HSV(B) 252.15º 0.66% 0.47% -
XYZ 5.87 3.81 18.2 -
YUV 54.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 57 41 120 0.52 0.66 0 0.53 252.15 0.49 0.32
Hex 39 29 78 34 42 0 35 FC 31 20
Octal 71 51 170 64 102 0 65 374 61 40
Binary 111001 101001 1111000 110100 1000010 0 110101 11111100 110001 100000

Color Harmonies of #392978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392978

Black with #392978

Text Example


Text Example

White with #392978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392978; }

 p { color: rgb(57,41,120); }

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

background-color css

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

 a { background-color: rgb(57,41,120); }

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

border-color css

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

 span { border-color: rgb(57,41,120); }

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