Html Css Color HEX #392C79 Windsor

📋 copy color: '#392C79'

red 57 ◦ green 44 ◦ blue 121

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

Shades of Windsor #392C79

Tints of Windsor #392C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

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

R = 25.68%
G = 19.82%
B = 54.5%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392C79 (or 0x392C79) is known color: Windsor. HEX triplet: 39, 2C and 79. RGB value is (57,44,121). Sum of RGB (Red+Green+Blue) = 57+44+121=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #392C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C79 is #C6D386. Grayscale: #383838. Windows color (decimal): -13030279 or 7941177. OLE color: 7941177.

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

Color convert

RGB 57 44 121 -
CMYK 0.53 0.64 0 0.53
HSL 250.13º 0.47% 0.32% -
HSV(B) 250.13º 0.64% 0.47% -
XYZ 6.04 4.05 18.55 -
YUV 56.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 57 44 121 0.53 0.64 0 0.53 250.13 0.47 0.32
Hex 39 2C 79 35 40 0 35 FA 2F 20
Octal 71 54 171 65 100 0 65 372 57 40
Binary 111001 101100 1111001 110101 1000000 0 110101 11111010 101111 100000

Color Harmonies of #392C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C79

Black with #392C79

Text Example


Text Example

White with #392C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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