#3C277C

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

Shades of Windsor #3C277C

Tints of Windsor #3C277C

Color information

#3C277C (or 0x3C277C) is unknown color: approx Windsor. HEX triplet: 3C, 27 and 7C. RGB value is (60,39,124). Sum of RGB (Red+Green+Blue) = 60+39+124=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C277C is #C3D883. Grayscale: #363636. Windows color (decimal): -12834948 or 8136508. OLE color: 8136508.

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

Color convert

RGB6039124-
CMYK0.520.6900.51
HSL254.82º52.15%31.96%-
HSV(B)254.82º68.55%48.63%-
XYZ6.233.8719.49-
YUV54.97166.96131.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=26.91%
G=17.49%
B=55.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60391240.520.6900.51254.8252.1531.96
Hex3C277C3445033ff3420
Octal7447174641050633776440
Binary11110010011111111001101001000101011001111111111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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