#600297

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

Shades of Indigo #600297

Tints of Indigo #600297

Color information

#600297 (or 0x600297) is unknown color: approx Indigo. HEX triplet: 60, 02 and 97. RGB value is (96,2,151). Sum of RGB (Red+Green+Blue) = 96+2+151=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #600297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600297 is #9FFD68. Grayscale: #2E2E2E. Windows color (decimal): -10485097 or 9896544. OLE color: 9896544.

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

Color convert

RGB962151-
CMYK0.360.9900.41
HSL277.85º97.39%30%-
HSV(B)277.85º98.68%59.22%-
XYZ10.434.7629.65-
YUV47.09186.64162.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=38.55%
G=0.80%
B=60.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9621510.360.9900.41277.8597.3930
Hex602972463029116611e
Octal14022274414305142614136
Binary1100000101001011110010011000110101001100010110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600297; }

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

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

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

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

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

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

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

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