#60087B

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

Shades of Indigo #60087B

Tints of Indigo #60087B

Color information

#60087B (or 0x60087B) is unknown color: approx Indigo. HEX triplet: 60, 08 and 7B. RGB value is (96,8,123). Sum of RGB (Red+Green+Blue) = 96+8+123=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #60087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60087B is #9FF784. Grayscale: #2F2F2F. Windows color (decimal): -10483589 or 8063072. OLE color: 8063072.

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

Color convert

RGB968123-
CMYK0.220.9300.52
HSL285.91º87.79%25.69%-
HSV(B)285.91º93.5%48.24%-
XYZ8.494.0919.08-
YUV47.42170.65162.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 123 (48.44% from 255) = 54.19%
R=42.29%
G=3.52%
B=54.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9681230.220.9300.52285.9187.7925.69
Hex6087B165D03411e581a
Octal140101732613506443613032
Binary1100000100011110111011010111010110100100011110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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