#600989

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

Shades of Indigo #600989

Tints of Indigo #600989

Color information

#600989 (or 0x600989) is unknown color: approx Indigo. HEX triplet: 60, 09 and 89. RGB value is (96,9,137). Sum of RGB (Red+Green+Blue) = 96+9+137=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #600989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600989 is #9FF676. Grayscale: #313131. Windows color (decimal): -10483319 or 8980832. OLE color: 8980832.

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

Color convert

RGB969137-
CMYK0.300.9300.46
HSL280.78º87.67%28.63%-
HSV(B)280.78º93.43%53.73%-
XYZ9.444.4924.04-
YUV49.6177.32161.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=39.67%
G=3.72%
B=56.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9691370.300.9300.46280.7887.6728.63
Hex609891E5D02E119581d
Octal140112113613505643113035
Binary11000001001100010011111010111010101110100011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600989; }

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

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

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

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

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

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

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

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