#60127B

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

Shades of Indigo #60127B

Tints of Indigo #60127B

Color information

#60127B (or 0x60127B) is unknown color: approx Indigo. HEX triplet: 60, 12 and 7B. RGB value is (96,18,123). Sum of RGB (Red+Green+Blue) = 96+18+123=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #60127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60127B is #9FED84. Grayscale: #343434. Windows color (decimal): -10481029 or 8065632. OLE color: 8065632.

HSL color Cylindrical-coordinate representation of color #60127B: hue angle of 284.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60127B is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9618123-
CMYK0.220.8500.52
HSL284.57º74.47%27.65%-
HSV(B)284.57º85.37%48.24%-
XYZ8.624.3519.12-
YUV53.29167.34158.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=40.51%
G=7.59%
B=51.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96181230.220.8500.52284.5774.4727.65
Hex60127B165503411d4a1c
Octal140221732612506443511234
Binary11000001001011110111011010101010110100100011101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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