#60187F

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

Shades of Indigo #60187F

Tints of Indigo #60187F

Color information

#60187F (or 0x60187F) is unknown color: approx Indigo. HEX triplet: 60, 18 and 7F. RGB value is (96,24,127). Sum of RGB (Red+Green+Blue) = 96+24+127=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #60187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60187F is #9FE780. Grayscale: #383838. Windows color (decimal): -10479489 or 8329312. OLE color: 8329312.

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

Color convert

RGB9624127-
CMYK0.240.8100.50
HSL281.94º68.21%29.61%-
HSV(B)281.94º81.1%49.8%-
XYZ8.984.6720.51-
YUV57.27167.35155.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 127 (50% from 255) = 51.42%
R=38.87%
G=9.72%
B=51.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96241270.240.8100.50281.9468.2129.61
Hex60187F185103211a441e
Octal140301773012106243210436
Binary11000001100011111111100010100010110010100011010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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