#600097

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

Shades of Indigo #600097

Tints of Indigo #600097

Color information

#600097 (or 0x600097) is unknown color: approx Indigo. HEX triplet: 60, 00 and 97. RGB value is (96,0,151). Sum of RGB (Red+Green+Blue) = 96+0+151=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #600097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600097 is #9FFF68. Grayscale: #2D2D2D. Windows color (decimal): -10485609 or 9896032. OLE color: 9896032.

HSL color Cylindrical-coordinate representation of color #600097: hue angle of 278.15º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600097 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB960151-
CMYK0.36100.41
HSL278.15º100%29.61%-
HSV(B)278.15º100%59.22%-
XYZ10.414.7229.64-
YUV45.92187.3163.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=38.87%
G=0%
B=61.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9601510.36100.41278.1510029.61
Hex600972464029116641e
Octal14002274414405142614436
Binary110000001001011110010011001000101001100010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600097; }

 p { color: rgb(96,0,151); }

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

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

 a { background-color: rgb(96,0,151); }

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

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

 span { border-color: rgb(96,0,151); }

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