#60139E

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

Shades of Indigo #60139E

Tints of Indigo #60139E

Color information

#60139E (or 0x60139E) is unknown color: approx Indigo. HEX triplet: 60, 13 and 9E. RGB value is (96,19,158). Sum of RGB (Red+Green+Blue) = 96+19+158=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #60139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60139E is #9FEC61. Grayscale: #393939. Windows color (decimal): -10480738 or 10359648. OLE color: 10359648.

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

Color convert

RGB9619158-
CMYK0.390.8800.38
HSL273.24º78.53%34.71%-
HSV(B)273.24º87.97%61.96%-
XYZ11.235.4232.8-
YUV57.87184.51155.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 19 (7.81% from 255) = 6.96%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=35.16%
G=6.96%
B=57.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96191580.390.8800.38273.2478.5334.71
Hex60139E27580261114f23
Octal140232364713004642111743
Binary11000001001110011110100111101100001001101000100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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