#60159B

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

Shades of Indigo #60159B

Tints of Indigo #60159B

Color information

#60159B (or 0x60159B) is unknown color: approx Indigo. HEX triplet: 60, 15 and 9B. RGB value is (96,21,155). Sum of RGB (Red+Green+Blue) = 96+21+155=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #60159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60159B is #9FEA64. Grayscale: #3A3A3A. Windows color (decimal): -10480229 or 10163552. OLE color: 10163552.

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

Color convert

RGB9621155-
CMYK0.380.8600.39
HSL273.58º76.14%34.51%-
HSV(B)273.58º86.45%60.78%-
XYZ11.015.3931.47-
YUV58.7182.35154.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 21 (8.59% from 255) = 7.72%
BLUE value IS 155 (60.94% from 255) = 56.99%
R=35.29%
G=7.72%
B=56.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96211550.380.8600.39273.5876.1434.51
Hex60159B26560271124c23
Octal140252334612604742211443
Binary11000001010110011011100110101011001001111000100101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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