Html Css Color HEX #561999 Indigo

📋 copy color: '#561999'

red 86 ◦ green 25 ◦ blue 153

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

Shades of Indigo #561999

Tints of Indigo #561999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.47%

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

R = 32.58%
G = 9.47%
B = 57.95%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561999 (or 0x561999) is known color: Indigo. HEX triplet: 56, 19 and 99. RGB value is (86,25,153). Sum of RGB (Red+Green+Blue) = 86+25+153=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #561999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561999 is #A9E666. Grayscale: #393939. Windows color (decimal): -11134567 or 10033494. OLE color: 10033494.

HSL color Cylindrical-coordinate representation of color #561999: hue angle of 268.59º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561999 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 25 153 -
CMYK 0.44 0.84 0 0.4
HSL 268.59º 0.72% 0.35% -
HSV(B) 268.59º 0.84% 0.6% -
XYZ 9.94 4.97 30.57 -
YUV 57.83 181.71 148.09 -
System Red Green Blue C M Y K H S L
Decimal 86 25 153 0.44 0.84 0 0.4 268.59 0.72 0.35
Hex 56 19 99 2C 54 0 28 10D 48 23
Octal 126 31 231 54 124 0 50 415 110 43
Binary 1010110 11001 10011001 101100 1010100 0 101000 100001101 1001000 100011

Color Harmonies of #561999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561999

Black with #561999

Text Example


Text Example

White with #561999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561999; }

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

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

background-color css

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

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

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

border-color css

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

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

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