Html Css Color HEX #392379 Windsor

📋 copy color: '#392379'

red 57 ◦ green 35 ◦ blue 121

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

Shades of Windsor #392379

Tints of Windsor #392379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 26.76%
G = 16.43%
B = 56.81%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392379 (or 0x392379) is known color: Windsor. HEX triplet: 39, 23 and 79. RGB value is (57,35,121). Sum of RGB (Red+Green+Blue) = 57+35+121=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #392379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392379 is #C6DC86. Grayscale: #333333. Windows color (decimal): -13032583 or 7938873. OLE color: 7938873.

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

Color convert

RGB 57 35 121 -
CMYK 0.53 0.71 0 0.53
HSL 255.35º 0.55% 0.31% -
HSV(B) 255.35º 0.71% 0.47% -
XYZ 5.74 3.45 18.45 -
YUV 51.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 57 35 121 0.53 0.71 0 0.53 255.35 0.55 0.31
Hex 39 23 79 35 47 0 35 FF 37 1F
Octal 71 43 171 65 107 0 65 377 67 37
Binary 111001 100011 1111001 110101 1000111 0 110101 11111111 110111 11111

Color Harmonies of #392379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392379

Black with #392379

Text Example


Text Example

White with #392379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392379; }

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

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

background-color css

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

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

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

border-color css

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

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

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