#3E2970

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

Shades of Windsor #3E2970

Tints of Windsor #3E2970

Color information

#3E2970 (or 0x3E2970) is unknown color: approx Windsor. HEX triplet: 3E, 29 and 70. RGB value is (62,41,112). Sum of RGB (Red+Green+Blue) = 62+41+112=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E2970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2970 is #C1D68F. Grayscale: #373737. Windows color (decimal): -12703376 or 7350590. OLE color: 7350590.

HSL color Cylindrical-coordinate representation of color #3E2970: hue angle of 257.75º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E2970 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6241112-
CMYK0.450.6300.56
HSL257.75º46.41%30%-
HSV(B)257.75º63.39%43.92%-
XYZ5.73.7815.76-
YUV55.37159.96132.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=28.84%
G=19.07%
B=52.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62411120.450.6300.56257.7546.4130
Hex3E29702D3F0381022e1e
Octal765116055770704025636
Binary1111101010011110000101101111111011100010000001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,41,112); }

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

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

 a { background-color: rgb(62,41,112); }

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

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

 span { border-color: rgb(62,41,112); }

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