#3C1F72

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

Shades of Windsor #3C1F72

Tints of Windsor #3C1F72

Color information

#3C1F72 (or 0x3C1F72) is unknown color: approx Windsor. HEX triplet: 3C, 1F and 72. RGB value is (60,31,114). Sum of RGB (Red+Green+Blue) = 60+31+114=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C1F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1F72 is #C3E08D. Grayscale: #303030. Windows color (decimal): -12837006 or 7479100. OLE color: 7479100.

HSL color Cylindrical-coordinate representation of color #3C1F72: hue angle of 260.96º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1F72 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6031114-
CMYK0.470.7300.55
HSL260.96º57.24%28.43%-
HSV(B)260.96º72.81%44.71%-
XYZ5.393.1616.24-
YUV49.13164.61135.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=29.27%
G=15.12%
B=55.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60311140.470.7300.55260.9657.2428.43
Hex3C1F722F49037105391c
Octal7437162571110674057134
Binary1111001111111100101011111001001011011110000010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,114); }

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

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

 a { background-color: rgb(60,31,114); }

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

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

 span { border-color: rgb(60,31,114); }

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