#60127F

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

Shades of Indigo #60127F

Tints of Indigo #60127F

Color information

#60127F (or 0x60127F) is unknown color: approx Indigo. HEX triplet: 60, 12 and 7F. RGB value is (96,18,127). Sum of RGB (Red+Green+Blue) = 96+18+127=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #60127F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127F is #9FED80. Grayscale: #353535. Windows color (decimal): -10481025 or 8327776. OLE color: 8327776.

HSL color Cylindrical-coordinate representation of color #60127F: hue angle of 282.94º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60127F is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9618127-
CMYK0.240.8600.50
HSL282.94º75.17%28.43%-
HSV(B)282.94º85.83%49.8%-
XYZ8.874.4520.47-
YUV53.75169.34158.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 127 (50% from 255) = 52.70%
R=39.83%
G=7.47%
B=52.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96181270.240.8600.50282.9475.1728.43
Hex60127F185603211b4b1c
Octal140221773012606243311334
Binary11000001001011111111100010101100110010100011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60127F; }

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

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

<style>
 a { background-color: #60127F; }

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

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

<style>
 span { border-color: #60127F; }

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

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