Html Css Color HEX #561599 Indigo

📋 copy color: '#561599'

red 86 ◦ green 21 ◦ blue 153

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

Shades of Indigo #561599

Tints of Indigo #561599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 33.08%
G = 8.08%
B = 58.85%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#561599 (or 0x561599) is known color: Indigo. HEX triplet: 56, 15 and 99. RGB value is (86,21,153). Sum of RGB (Red+Green+Blue) = 86+21+153=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #561599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561599 is #A9EA66. Grayscale: #373737. Windows color (decimal): -11135591 or 10032470. OLE color: 10032470.

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

Color convert

RGB 86 21 153 -
CMYK 0.44 0.86 0 0.4
HSL 269.55º 0.76% 0.34% -
HSV(B) 269.55º 0.86% 0.6% -
XYZ 9.86 4.81 30.55 -
YUV 55.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 86 21 153 0.44 0.86 0 0.4 269.55 0.76 0.34
Hex 56 15 99 2C 56 0 28 10E 4C 22
Octal 126 25 231 54 126 0 50 416 114 42
Binary 1010110 10101 10011001 101100 1010110 0 101000 100001110 1001100 100010

Color Harmonies of #561599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561599

Black with #561599

Text Example


Text Example

White with #561599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561599; }

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

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

background-color css

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

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

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

border-color css

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

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

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