Html Css Color HEX #392879 Windsor

📋 copy color: '#392879'

red 57 ◦ green 40 ◦ blue 121

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

Shades of Windsor #392879

Tints of Windsor #392879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 26.15%
G = 18.35%
B = 55.5%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392879 (or 0x392879) is known color: Windsor. HEX triplet: 39, 28 and 79. RGB value is (57,40,121). Sum of RGB (Red+Green+Blue) = 57+40+121=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #392879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392879 is #C6D786. Grayscale: #363636. Windows color (decimal): -13031303 or 7940153. OLE color: 7940153.

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

Color convert

RGB 57 40 121 -
CMYK 0.53 0.67 0 0.53
HSL 252.59º 0.5% 0.32% -
HSV(B) 252.59º 0.67% 0.47% -
XYZ 5.9 3.77 18.51 -
YUV 54.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 57 40 121 0.53 0.67 0 0.53 252.59 0.5 0.32
Hex 39 28 79 35 43 0 35 FD 32 20
Octal 71 50 171 65 103 0 65 375 62 40
Binary 111001 101000 1111001 110101 1000011 0 110101 11111101 110010 100000

Color Harmonies of #392879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392879

Black with #392879

Text Example


Text Example

White with #392879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392879; }

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

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

background-color css

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

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

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

border-color css

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

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

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