Html Css Color HEX #600099 Indigo

📋 copy color: '#600099'

red 96 ◦ green 0 ◦ blue 153

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

Shades of Indigo #600099

Tints of Indigo #600099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.55%
G = 0%
B = 61.45%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600099 (or 0x600099) is known color: Indigo. HEX triplet: 60, 00 and 99. RGB value is (96,0,153). Sum of RGB (Red+Green+Blue) = 96+0+153=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #600099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600099 is #9FFF66. Grayscale: #2D2D2D. Windows color (decimal): -10485607 or 10027104. OLE color: 10027104.

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

Color convert

RGB 96 0 153 -
CMYK 0.37 1 0 0.4
HSL 277.65º 1% 0.3% -
HSV(B) 277.65º 1% 0.6% -
XYZ 10.57 4.79 30.5 -
YUV 46.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 96 0 153 0.37 1 0 0.4 277.65 1 0.3
Hex 60 0 99 25 64 0 28 116 64 1E
Octal 140 0 231 45 144 0 50 426 144 36
Binary 1100000 0 10011001 100101 1100100 0 101000 100010110 1100100 11110

Color Harmonies of #600099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600099

Black with #600099

Text Example


Text Example

White with #600099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600099; }

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

 H1.HeaderClassName
 {
   color: #600099;
 }
 .AnyTagClassName
 {
   color: #600099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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