#600992

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

Shades of Indigo #600992

Tints of Indigo #600992

Color information

#600992 (or 0x600992) is unknown color: approx Indigo. HEX triplet: 60, 09 and 92. RGB value is (96,9,146). Sum of RGB (Red+Green+Blue) = 96+9+146=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #600992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600992 is #9FF66D. Grayscale: #323232. Windows color (decimal): -10483310 or 9570656. OLE color: 9570656.

HSL color Cylindrical-coordinate representation of color #600992: hue angle of 278.1º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600992 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB969146-
CMYK0.340.9400.43
HSL278.1º88.39%30.39%-
HSV(B)278.1º93.84%57.25%-
XYZ10.114.7627.58-
YUV50.63181.82160.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=38.25%
G=3.59%
B=58.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9691460.340.9400.43278.188.3930.39
Hex60992225E02B116581e
Octal140112224213605342613036
Binary110000010011001001010001010111100101011100010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600992; }

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

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

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

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

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

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

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

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