#60008A

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

Shades of Indigo #60008A

Tints of Indigo #60008A

Color information

#60008A (or 0x60008A) is unknown color: approx Indigo. HEX triplet: 60, 00 and 8A. RGB value is (96,0,138). Sum of RGB (Red+Green+Blue) = 96+0+138=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #60008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60008A is #9FFF75. Grayscale: #2B2B2B. Windows color (decimal): -10485622 or 9044064. OLE color: 9044064.

HSL color Cylindrical-coordinate representation of color #60008A: hue angle of 281.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60008A is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB960138-
CMYK0.30100.46
HSL281.74º100%27.06%-
HSV(B)281.74º100%54.12%-
XYZ9.414.3224.38-
YUV44.44180.8164.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=41.03%
G=0%
B=58.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9601380.30100.46281.7410027.06
Hex6008A1E6402E11a641b
Octal14002123614405643214433
Binary11000000100010101111011001000101110100011010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60008A; }

 p { color: rgb(96,0,138); }

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

<style>
 a { background-color: #60008A; }

 a { background-color: rgb(96,0,138); }

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

<style>
 span { border-color: #60008A; }

 span { border-color: rgb(96,0,138); }

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