#3E1F71

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

Shades of Windsor #3E1F71

Tints of Windsor #3E1F71

Color information

#3E1F71 (or 0x3E1F71) is unknown color: approx Windsor. HEX triplet: 3E, 1F and 71. RGB value is (62,31,113). Sum of RGB (Red+Green+Blue) = 62+31+113=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E1F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F71 is #C1E08E. Grayscale: #313131. Windows color (decimal): -12705935 or 7413566. OLE color: 7413566.

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

Color convert

RGB6231113-
CMYK0.450.7300.56
HSL262.68º56.94%28.24%-
HSV(B)262.68º72.57%44.31%-
XYZ5.463.215.95-
YUV49.62163.77136.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=30.10%
G=15.05%
B=54.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal62311130.450.7300.56262.6856.9428.24
Hex3E1F712D49038107391c
Octal7637161551110704077134
Binary1111101111111100011011011001001011100010000011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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