#3E2175

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

Shades of Windsor #3E2175

Tints of Windsor #3E2175

Color information

#3E2175 (or 0x3E2175) is unknown color: approx Windsor. HEX triplet: 3E, 21 and 75. RGB value is (62,33,117). Sum of RGB (Red+Green+Blue) = 62+33+117=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #3E2175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2175 is #C1DE8A. Grayscale: #323232. Windows color (decimal): -12705419 or 7676222. OLE color: 7676222.

HSL color Cylindrical-coordinate representation of color #3E2175: hue angle of 260.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E2175 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6233117-
CMYK0.470.7200.54
HSL260.71º56%29.41%-
HSV(B)260.71º71.79%45.88%-
XYZ5.743.417.18-
YUV51.25165.11135.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=29.25%
G=15.57%
B=55.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal62331170.470.7200.54260.715629.41
Hex3E21752F48036105381d
Octal7641165571100664057035
Binary11111010000111101011011111001000011011010000010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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