#60157C

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

Shades of Indigo #60157C

Tints of Indigo #60157C

Color information

#60157C (or 0x60157C) is unknown color: approx Indigo. HEX triplet: 60, 15 and 7C. RGB value is (96,21,124). Sum of RGB (Red+Green+Blue) = 96+21+124=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #60157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60157C is #9FEA83. Grayscale: #363636. Windows color (decimal): -10480260 or 8131936. OLE color: 8131936.

HSL color Cylindrical-coordinate representation of color #60157C: hue angle of 283.69º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60157C is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9621124-
CMYK0.230.8300.51
HSL283.69º71.03%28.43%-
HSV(B)283.69º83.06%48.63%-
XYZ8.734.4819.47-
YUV55.17166.85157.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=39.83%
G=8.71%
B=51.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96211240.230.8300.51283.6971.0328.43
Hex60157C175303311c471c
Octal140251742712306343410734
Binary11000001010111111001011110100110110011100011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60157C; }

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

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

<style>
 a { background-color: #60157C; }

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

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

<style>
 span { border-color: #60157C; }

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

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