Html Css Color HEX #392979 Windsor

📋 copy color: '#392979'

red 57 ◦ green 41 ◦ blue 121

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

Shades of Windsor #392979

Tints of Windsor #392979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 55.25%

R = 26.03%
G = 18.72%
B = 55.25%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392979 (or 0x392979) is known color: Windsor. HEX triplet: 39, 29 and 79. RGB value is (57,41,121). Sum of RGB (Red+Green+Blue) = 57+41+121=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #392979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392979 is #C6D686. Grayscale: #363636. Windows color (decimal): -13031047 or 7940409. OLE color: 7940409.

HSL color Cylindrical-coordinate representation of color #392979: hue angle of 252º 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 #392979 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 41 121 -
CMYK 0.53 0.66 0 0.53
HSL 252º 0.49% 0.32% -
HSV(B) 252º 0.66% 0.47% -
XYZ 5.93 3.84 18.52 -
YUV 54.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 57 41 121 0.53 0.66 0 0.53 252 0.49 0.32
Hex 39 29 79 35 42 0 35 FC 31 20
Octal 71 51 171 65 102 0 65 374 61 40
Binary 111001 101001 1111001 110101 1000010 0 110101 11111100 110001 100000

Color Harmonies of #392979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392979

Black with #392979

Text Example


Text Example

White with #392979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392979; }

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

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

background-color css

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

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

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

border-color css

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

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

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