#60129E

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

Shades of Indigo #60129E

Tints of Indigo #60129E

Color information

#60129E (or 0x60129E) is unknown color: approx Indigo. HEX triplet: 60, 12 and 9E. RGB value is (96,18,158). Sum of RGB (Red+Green+Blue) = 96+18+158=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #60129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60129E is #9FED61. Grayscale: #383838. Windows color (decimal): -10480994 or 10359392. OLE color: 10359392.

HSL color Cylindrical-coordinate representation of color #60129E: hue angle of 273.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60129E is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9618158-
CMYK0.390.8900.38
HSL273.43º79.55%34.51%-
HSV(B)273.43º88.61%61.96%-
XYZ11.215.3932.8-
YUV57.28184.84155.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=35.29%
G=6.62%
B=58.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96181580.390.8900.38273.4379.5534.51
Hex60129E27590261115023
Octal140222364713104642112043
Binary11000001001010011110100111101100101001101000100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,18,158); }

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

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

 a { background-color: rgb(96,18,158); }

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

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

 span { border-color: rgb(96,18,158); }

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