#60159D

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

Shades of Indigo #60159D

Tints of Indigo #60159D

Color information

#60159D (or 0x60159D) is unknown color: approx Indigo. HEX triplet: 60, 15 and 9D. RGB value is (96,21,157). Sum of RGB (Red+Green+Blue) = 96+21+157=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #60159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60159D is #9FEA62. Grayscale: #3A3A3A. Windows color (decimal): -10480227 or 10294624. OLE color: 10294624.

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

Color convert

RGB9621157-
CMYK0.390.8700.38
HSL273.09º76.4%34.9%-
HSV(B)273.09º86.62%61.57%-
XYZ11.185.4632.36-
YUV58.93183.35154.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=35.04%
G=7.66%
B=57.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96211570.390.8700.38273.0976.434.9
Hex60159D27570261114c23
Octal140252354712704642111443
Binary11000001010110011101100111101011101001101000100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60159D; }

 p { color: rgb(96,21,157); }

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

<style>
 a { background-color: #60159D; }

 a { background-color: rgb(96,21,157); }

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

<style>
 span { border-color: #60159D; }

 span { border-color: rgb(96,21,157); }

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