#60117A

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

Shades of Indigo #60117A

Tints of Indigo #60117A

Color information

#60117A (or 0x60117A) is unknown color: approx Indigo. HEX triplet: 60, 11 and 7A. RGB value is (96,17,122). Sum of RGB (Red+Green+Blue) = 96+17+122=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #60117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60117A is #9FEE85. Grayscale: #343434. Windows color (decimal): -10481286 or 7999840. OLE color: 7999840.

HSL color Cylindrical-coordinate representation of color #60117A: hue angle of 285.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60117A is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9617122-
CMYK0.210.8600.52
HSL285.14º75.54%27.25%-
HSV(B)285.14º86.07%47.84%-
XYZ8.544.2918.79-
YUV52.59167.17158.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=40.85%
G=7.23%
B=51.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96171220.210.8600.52285.1475.5427.25
Hex60117A155603411d4c1b
Octal140211722512606443511433
Binary11000001000111110101010110101100110100100011101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60117A; }

 p { color: rgb(96,17,122); }

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

<style>
 a { background-color: #60117A; }

 a { background-color: rgb(96,17,122); }

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

<style>
 span { border-color: #60117A; }

 span { border-color: rgb(96,17,122); }

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