#60197E

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

Shades of Indigo #60197E

Tints of Indigo #60197E

Color information

#60197E (or 0x60197E) is unknown color: approx Indigo. HEX triplet: 60, 19 and 7E. RGB value is (96,25,126). Sum of RGB (Red+Green+Blue) = 96+25+126=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #60197E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197E is #9FE681. Grayscale: #393939. Windows color (decimal): -10479234 or 8264032. OLE color: 8264032.

HSL color Cylindrical-coordinate representation of color #60197E: hue angle of 282.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197E is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9625126-
CMYK0.240.8000.51
HSL282.18º66.89%29.61%-
HSV(B)282.18º80.16%49.41%-
XYZ8.944.6920.17-
YUV57.74166.52155.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 126 (49.61% from 255) = 51.01%
R=38.87%
G=10.12%
B=51.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96251260.240.8000.51282.1866.8929.61
Hex60197E185003311a431e
Octal140311763012006343210336
Binary11000001100111111101100010100000110011100011010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60197E; }

 p { color: rgb(96,25,126); }

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

<style>
 a { background-color: #60197E; }

 a { background-color: rgb(96,25,126); }

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

<style>
 span { border-color: #60197E; }

 span { border-color: rgb(96,25,126); }

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