#60008B

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

Shades of Indigo #60008B

Tints of Indigo #60008B

Color information

#60008B (or 0x60008B) is unknown color: approx Indigo. HEX triplet: 60, 00 and 8B. RGB value is (96,0,139). Sum of RGB (Red+Green+Blue) = 96+0+139=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #60008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60008B is #9FFF74. Grayscale: #2C2C2C. Windows color (decimal): -10485621 or 9109600. OLE color: 9109600.

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

Color convert

RGB960139-
CMYK0.31100.45
HSL281.44º100%27.25%-
HSV(B)281.44º100%54.51%-
XYZ9.484.3524.77-
YUV44.55181.3164.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=40.85%
G=0%
B=59.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9601390.31100.45281.4410027.25
Hex6008B1F6402D119641b
Octal14002133714405543114433
Binary11000000100010111111111001000101101100011001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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