#3E2480

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

Shades of Windsor #3E2480

Tints of Windsor #3E2480

Color information

#3E2480 (or 0x3E2480) is unknown color: approx Windsor. HEX triplet: 3E, 24 and 80. RGB value is (62,36,128). Sum of RGB (Red+Green+Blue) = 62+36+128=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2480 is #C1DB7F. Grayscale: #353535. Windows color (decimal): -12704640 or 8397886. OLE color: 8397886.

HSL color Cylindrical-coordinate representation of color #3E2480: hue angle of 256.96º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E2480 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6236128-
CMYK0.520.7200.50
HSL256.96º56.1%32.16%-
HSV(B)256.96º71.88%50.2%-
XYZ6.513.8420.82-
YUV54.26169.61133.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=27.43%
G=15.93%
B=56.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62361280.520.7200.50256.9656.132.16
Hex3E248034480321013820
Octal7644200641100624017040
Binary1111101001001000000011010010010000110010100000001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,36,128); }

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

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

 a { background-color: rgb(62,36,128); }

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

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

 span { border-color: rgb(62,36,128); }

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