#600299

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

Shades of Indigo #600299

Tints of Indigo #600299

Color information

#600299 (or 0x600299) is unknown color: approx Indigo. HEX triplet: 60, 02 and 99. RGB value is (96,2,153). Sum of RGB (Red+Green+Blue) = 96+2+153=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #600299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600299 is #9FFD66. Grayscale: #2E2E2E. Windows color (decimal): -10485095 or 10027616. OLE color: 10027616.

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

Color convert

RGB962153-
CMYK0.370.9900.4
HSL277.35º97.42%30.39%-
HSV(B)277.35º98.69%60%-
XYZ10.64.8330.51-
YUV47.32187.64162.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=38.25%
G=0.80%
B=60.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9621530.370.9900.4277.3597.4230.39
Hex602992563028115611e
Octal14022314514305042514136
Binary1100000101001100110010111000110101000100010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600299; }

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

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

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

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

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

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

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

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