#600972

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

Shades of Indigo #600972

Tints of Indigo #600972

Color information

#600972 (or 0x600972) is unknown color: approx Indigo. HEX triplet: 60, 09 and 72. RGB value is (96,9,114). Sum of RGB (Red+Green+Blue) = 96+9+114=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #600972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600972 is #9FF68D. Grayscale: #2E2E2E. Windows color (decimal): -10483342 or 7473504. OLE color: 7473504.

HSL color Cylindrical-coordinate representation of color #600972: hue angle of 289.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600972 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB969114-
CMYK0.160.9200.55
HSL289.71º85.37%24.12%-
HSV(B)289.71º92.11%44.71%-
XYZ7.963.916.25-
YUV46.98165.82162.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 9 (3.91% from 255) = 4.11%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=43.84%
G=4.11%
B=52.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9691140.160.9200.55289.7185.3724.12
Hex60972105C0371225518
Octal140111622013406744212530
Binary1100000100111100101000010111000110111100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600972; }

 p { color: rgb(96,9,114); }

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

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

 a { background-color: rgb(96,9,114); }

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

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

 span { border-color: rgb(96,9,114); }

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