#3E228F

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

Shades of Windsor #3E228F

Tints of Windsor #3E228F

Color information

#3E228F (or 0x3E228F) is unknown color: approx Windsor. HEX triplet: 3E, 22 and 8F. RGB value is (62,34,143). Sum of RGB (Red+Green+Blue) = 62+34+143=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E228F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E228F is #C1DD70. Grayscale: #363636. Windows color (decimal): -12705137 or 9380414. OLE color: 9380414.

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

Color convert

RGB6234143-
CMYK0.570.7600.44
HSL255.41º61.58%34.71%-
HSV(B)255.41º76.22%56.08%-
XYZ7.524.1526.39-
YUV54.8177.78133.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 34 (13.67% from 255) = 14.23%
BLUE value IS 143 (56.25% from 255) = 59.83%
R=25.94%
G=14.23%
B=59.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62341430.570.7600.44255.4161.5834.71
Hex3E228F394C02Cff3e23
Octal7642217711140543777643
Binary111110100010100011111110011001100010110011111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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