#3E1F80

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

Shades of Windsor #3E1F80

Tints of Windsor #3E1F80

Color information

#3E1F80 (or 0x3E1F80) is unknown color: approx Windsor. HEX triplet: 3E, 1F and 80. RGB value is (62,31,128). Sum of RGB (Red+Green+Blue) = 62+31+128=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #3E1F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E1F80 is #C1E07F. Grayscale: #323232. Windows color (decimal): -12705920 or 8396606. OLE color: 8396606.

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

Color convert

RGB6231128-
CMYK0.520.7600.50
HSL259.18º61.01%31.18%-
HSV(B)259.18º75.78%50.2%-
XYZ6.373.5620.77-
YUV51.33171.27135.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.05%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=28.05%
G=14.03%
B=57.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62311280.520.7600.50259.1861.0131.18
Hex3E1F80344C0321033d1f
Octal7637200641140624037537
Binary11111011111100000001101001001100011001010000001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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