#60167A

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

Shades of Indigo #60167A

Tints of Indigo #60167A

Color information

#60167A (or 0x60167A) is unknown color: approx Indigo. HEX triplet: 60, 16 and 7A. RGB value is (96,22,122). Sum of RGB (Red+Green+Blue) = 96+22+122=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #60167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60167A is #9FE985. Grayscale: #373737. Windows color (decimal): -10480006 or 8001120. OLE color: 8001120.

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

Color convert

RGB9622122-
CMYK0.210.8200.52
HSL284.4º69.44%28.24%-
HSV(B)284.4º81.97%47.84%-
XYZ8.624.4718.82-
YUV55.53165.52156.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=40%
G=9.17%
B=50.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96221220.210.8200.52284.469.4428.24
Hex60167A155203411c451c
Octal140261722512206443410534
Binary11000001011011110101010110100100110100100011100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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