#600988

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

Shades of Indigo #600988

Tints of Indigo #600988

Color information

#600988 (or 0x600988) is unknown color: approx Indigo. HEX triplet: 60, 09 and 88. RGB value is (96,9,136). Sum of RGB (Red+Green+Blue) = 96+9+136=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #600988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600988 is #9FF677. Grayscale: #313131. Windows color (decimal): -10483320 or 8915296. OLE color: 8915296.

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

Color convert

RGB969136-
CMYK0.290.9300.47
HSL281.1º87.59%28.43%-
HSV(B)281.1º93.38%53.33%-
XYZ9.374.4623.66-
YUV49.49176.82161.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=39.83%
G=3.73%
B=56.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9691360.290.9300.47281.187.5928.43
Hex609881D5D02F119581c
Octal140112103513505743113034
Binary11000001001100010001110110111010101111100011001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600988; }

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

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

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

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

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

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

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

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