#3C2575

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

Shades of Windsor #3C2575

Tints of Windsor #3C2575

Color information

#3C2575 (or 0x3C2575) is unknown color: approx Windsor. HEX triplet: 3C, 25 and 75. RGB value is (60,37,117). Sum of RGB (Red+Green+Blue) = 60+37+117=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2575 is #C3DA8A. Grayscale: #343434. Windows color (decimal): -12835467 or 7677244. OLE color: 7677244.

HSL color Cylindrical-coordinate representation of color #3C2575: hue angle of 257.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2575 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6037117-
CMYK0.490.6800.54
HSL257.25º51.95%30.2%-
HSV(B)257.25º68.38%45.88%-
XYZ5.743.5717.22-
YUV53164.12133-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.04%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=28.04%
G=17.29%
B=54.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60371170.490.6800.54257.2551.9530.2
Hex3C25753144036101341e
Octal7445165611040664016436
Binary11110010010111101011100011000100011011010000000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,37,117); }

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

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

 a { background-color: rgb(60,37,117); }

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

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

 span { border-color: rgb(60,37,117); }

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