#3E2185

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

Shades of Windsor #3E2185

Tints of Windsor #3E2185

Color information

#3E2185 (or 0x3E2185) is unknown color: approx Windsor. HEX triplet: 3E, 21 and 85. RGB value is (62,33,133). Sum of RGB (Red+Green+Blue) = 62+33+133=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2185 is #C1DE7A. Grayscale: #343434. Windows color (decimal): -12705403 or 8724798. OLE color: 8724798.

HSL color Cylindrical-coordinate representation of color #3E2185: hue angle of 257.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2185 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6233133-
CMYK0.530.7500.48
HSL257.4º60.24%32.55%-
HSV(B)257.4º75.19%52.16%-
XYZ6.763.8122.57-
YUV53.07173.11134.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.19%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 133 (52.34% from 255) = 58.33%
R=27.19%
G=14.47%
B=58.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62331330.530.7500.48257.460.2432.55
Hex3E2185354B0301013c21
Octal7641205651130604017441
Binary1111101000011000010111010110010110110000100000001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,33,133); }

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

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

 a { background-color: rgb(62,33,133); }

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

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

 span { border-color: rgb(62,33,133); }

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