Html Css Color HEX #600199 Indigo

📋 copy color: '#600199'

red 96 ◦ green 1 ◦ blue 153

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

Shades of Indigo #600199

Tints of Indigo #600199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 38.4%
G = 0.4%
B = 61.2%

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

#600199 (or 0x600199) is known color: Indigo. HEX triplet: 60, 01 and 99. RGB value is (96,1,153). Sum of RGB (Red+Green+Blue) = 96+1+153=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #600199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600199 is #9FFE66. Grayscale: #2E2E2E. Windows color (decimal): -10485351 or 10027360. OLE color: 10027360.

HSL color Cylindrical-coordinate representation of color #600199: hue angle of 277.5º degrees, saturation: 0.99, 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 #600199 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 1 153 -
CMYK 0.37 0.99 0 0.4
HSL 277.5º 0.99% 0.3% -
HSV(B) 277.5º 0.99% 0.6% -
XYZ 10.58 4.81 30.51 -
YUV 46.73 187.97 163.14 -
System Red Green Blue C M Y K H S L
Decimal 96 1 153 0.37 0.99 0 0.4 277.5 0.99 0.3
Hex 60 1 99 25 63 0 28 116 63 1E
Octal 140 1 231 45 143 0 50 426 143 36
Binary 1100000 1 10011001 100101 1100011 0 101000 100010110 1100011 11110

Color Harmonies of #600199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600199

Black with #600199

Text Example


Text Example

White with #600199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600199; }

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

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

background-color css

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

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

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

border-color css

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

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

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