#60107C

Color #60107C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #60107C

Tints of Indigo #60107C

Color information

#60107C (or 0x60107C) is unknown color: approx Indigo. HEX triplet: 60, 10 and 7C. RGB value is (96,16,124). Sum of RGB (Red+Green+Blue) = 96+16+124=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #60107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60107C is #9FEF83. Grayscale: #333333. Windows color (decimal): -10481540 or 8130656. OLE color: 8130656.

HSL color Cylindrical-coordinate representation of color #60107C: hue angle of 284.44º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60107C is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9616124-
CMYK0.230.8700.51
HSL284.44º77.14%27.45%-
HSV(B)284.44º87.1%48.63%-
XYZ8.654.3119.45-
YUV52.23168.5159.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=40.68%
G=6.78%
B=52.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96161240.230.8700.51284.4477.1427.45
Hex60107C175703311c4d1b
Octal140201742712706343411533
Binary11000001000011111001011110101110110011100011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60107C; }

 p { color: rgb(96,16,124); }

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

<style>
 a { background-color: #60107C; }

 a { background-color: rgb(96,16,124); }

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

<style>
 span { border-color: #60107C; }

 span { border-color: rgb(96,16,124); }

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