#3E227F

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

Shades of Windsor #3E227F

Tints of Windsor #3E227F

Color information

#3E227F (or 0x3E227F) is unknown color: approx Windsor. HEX triplet: 3E, 22 and 7F. RGB value is (62,34,127). Sum of RGB (Red+Green+Blue) = 62+34+127=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E227F is #C1DD80. Grayscale: #343434. Windows color (decimal): -12705153 or 8331838. OLE color: 8331838.

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

Color convert

RGB6234127-
CMYK0.510.7300.50
HSL258.06º57.76%31.57%-
HSV(B)258.06º73.23%49.8%-
XYZ6.393.720.46-
YUV52.97169.78134.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 127 (50% from 255) = 56.95%
R=27.80%
G=15.25%
B=56.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62341270.510.7300.50258.0657.7631.57
Hex3E227F33490321023a20
Octal7642177631110624027240
Binary111110100010111111111001110010010110010100000010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,34,127); }

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

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

 a { background-color: rgb(62,34,127); }

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

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

 span { border-color: rgb(62,34,127); }

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