Html Css Color HEX #600299 Indigo

📋 copy color: '#600299'

red 96 ◦ green 2 ◦ blue 153

#600299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #600299

Tints of Indigo #600299

RGB

 RED value IS 96 (37.89% from 255) = 38.25%

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 38.25%
G = 0.8%
B = 60.96%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600299 (or 0x600299) is known color: 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

RGB 96 2 153 -
CMYK 0.37 0.99 0 0.4
HSL 277.35º 0.97% 0.3% -
HSV(B) 277.35º 0.99% 0.6% -
XYZ 10.6 4.83 30.51 -
YUV 47.32 187.64 162.72 -
System Red Green Blue C M Y K H S L
Decimal 96 2 153 0.37 0.99 0 0.4 277.35 0.97 0.3
Hex 60 2 99 25 63 0 28 115 61 1E
Octal 140 2 231 45 143 0 50 425 141 36
Binary 1100000 10 10011001 100101 1100011 0 101000 100010101 1100001 11110

Color Harmonies of #600299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600299

Black with #600299

Text Example


Text Example

White with #600299

Text Example


Text Example

HTML Codes & Css Web 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>