#3E3079

Color #3E3079 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #3E3079

Tints of Windsor #3E3079

Color information

#3E3079 (or 0x3E3079) is unknown color: approx Windsor. HEX triplet: 3E, 30 and 79. RGB value is (62,48,121). Sum of RGB (Red+Green+Blue) = 62+48+121=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #3E3079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3079 is #C1CF86. Grayscale: #3C3C3C. Windows color (decimal): -12701575 or 7942206. OLE color: 7942206.

HSL color Cylindrical-coordinate representation of color #3E3079: hue angle of 251.51º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E3079 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6248121-
CMYK0.490.6000.53
HSL251.51º43.2%33.14%-
HSV(B)251.51º60.33%47.45%-
XYZ6.494.5218.62-
YUV60.51162.14129.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 121 (47.66% from 255) = 52.38%
R=26.84%
G=20.78%
B=52.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62481210.490.6000.53251.5143.233.14
Hex3E3079313C035fc2b21
Octal766017161740653745341
Binary1111101100001111001110001111100011010111111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E3079; }

 p { color: rgb(62,48,121); }

 H1.HeaderClassName
 {
   color: #3E3079;
 }
 .AnyTagClassName
 {
   color: #3E3079;
 }
</style>
background-color css

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

 a { background-color: rgb(62,48,121); }

 div.DivClassName
 {
   background-color: #3E3079;
 }
 .BgClassName
 {
   background-color: #3E3079;
 }
</style>
border-color css

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

 span { border-color: rgb(62,48,121); }

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