#3C217C

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

Shades of Windsor #3C217C

Tints of Windsor #3C217C

Color information

#3C217C (or 0x3C217C) is unknown color: approx Windsor. HEX triplet: 3C, 21 and 7C. RGB value is (60,33,124). Sum of RGB (Red+Green+Blue) = 60+33+124=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C217C is #C3DE83. Grayscale: #333333. Windows color (decimal): -12836484 or 8134972. OLE color: 8134972.

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

Color convert

RGB6033124-
CMYK0.520.7300.51
HSL257.8º57.96%30.78%-
HSV(B)257.8º73.39%48.63%-
XYZ6.053.519.43-
YUV51.45168.95134.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.65%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 124 (48.83% from 255) = 57.14%
R=27.65%
G=15.21%
B=57.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60331240.520.7300.51257.857.9630.78
Hex3C217C34490331023a1f
Octal7441174641110634027237
Binary11110010000111111001101001001001011001110000001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,33,124); }

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

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

 a { background-color: rgb(60,33,124); }

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

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

 span { border-color: rgb(60,33,124); }

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