#3C2171

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

Shades of Windsor #3C2171

Tints of Windsor #3C2171

Color information

#3C2171 (or 0x3C2171) is unknown color: approx Windsor. HEX triplet: 3C, 21 and 71. RGB value is (60,33,113). Sum of RGB (Red+Green+Blue) = 60+33+113=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C2171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2171 is #C3DE8E. Grayscale: #313131. Windows color (decimal): -12836495 or 7414076. OLE color: 7414076.

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

Color convert

RGB6033113-
CMYK0.470.7100.56
HSL260.25º54.79%28.63%-
HSV(B)260.25º70.8%44.31%-
XYZ5.393.2415.96-
YUV50.19163.45135-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.13%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=29.13%
G=16.02%
B=54.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60331130.470.7100.56260.2554.7928.63
Hex3C21712F47038104371d
Octal7441161571070704046735
Binary11110010000111100011011111000111011100010000010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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