Html Css Color HEX #560199 Indigo

📋 copy color: '#560199'

red 86 ◦ green 1 ◦ blue 153

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

Shades of Indigo #560199

Tints of Indigo #560199

RGB

 RED value IS 86 (33.98% from 255) = 35.83%

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

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

R = 35.83%
G = 0.42%
B = 63.75%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560199 (or 0x560199) is known color: Indigo. HEX triplet: 56, 01 and 99. RGB value is (86,1,153). Sum of RGB (Red+Green+Blue) = 86+1+153=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #560199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560199 is #A9FE66. Grayscale: #2B2B2B. Windows color (decimal): -11140711 or 10027350. OLE color: 10027350.

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

Color convert

RGB 86 1 153 -
CMYK 0.44 0.99 0 0.4
HSL 273.55º 0.99% 0.3% -
HSV(B) 273.55º 0.99% 0.6% -
XYZ 9.6 4.3 30.46 -
YUV 43.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 86 1 153 0.44 0.99 0 0.4 273.55 0.99 0.3
Hex 56 1 99 2C 63 0 28 112 63 1E
Octal 126 1 231 54 143 0 50 422 143 36
Binary 1010110 1 10011001 101100 1100011 0 101000 100010010 1100011 11110

Color Harmonies of #560199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560199

Black with #560199

Text Example


Text Example

White with #560199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560199; }

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

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

background-color css

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

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

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

border-color css

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

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

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