#3C2379

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

Shades of Windsor #3C2379

Tints of Windsor #3C2379

Color information

#3C2379 (or 0x3C2379) is unknown color: approx Windsor. HEX triplet: 3C, 23 and 79. RGB value is (60,35,121). Sum of RGB (Red+Green+Blue) = 60+35+121=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C2379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2379 is #C3DC86. Grayscale: #333333. Windows color (decimal): -12835975 or 7938876. OLE color: 7938876.

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

Color convert

RGB6035121-
CMYK0.500.7100.53
HSL257.44º55.13%30.59%-
HSV(B)257.44º71.07%47.45%-
XYZ5.923.5418.46-
YUV52.28166.78133.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=27.78%
G=16.20%
B=56.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60351210.500.7100.53257.4455.1330.59
Hex3C23793247035101371f
Octal7443171621070654016737
Binary11110010001111110011100101000111011010110000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,121); }

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

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

 a { background-color: rgb(60,35,121); }

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

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

 span { border-color: rgb(60,35,121); }

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