Html Css Color HEX #561789 Indigo

📋 copy color: '#561789'

red 86 ◦ green 23 ◦ blue 137

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

Shades of Indigo #561789

Tints of Indigo #561789

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 137 (53.91% from 255) = 55.69%

R = 34.96%
G = 9.35%
B = 55.69%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#561789 (or 0x561789) is known color: Indigo. HEX triplet: 56, 17 and 89. RGB value is (86,23,137). Sum of RGB (Red+Green+Blue) = 86+23+137=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #561789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561789 is #A9E876. Grayscale: #363636. Windows color (decimal): -11135095 or 8984406. OLE color: 8984406.

HSL color Cylindrical-coordinate representation of color #561789: hue angle of 273.16º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561789 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 23 137 -
CMYK 0.37 0.83 0 0.46
HSL 273.16º 0.71% 0.31% -
HSV(B) 273.16º 0.83% 0.54% -
XYZ 8.66 4.4 24.06 -
YUV 54.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 86 23 137 0.37 0.83 0 0.46 273.16 0.71 0.31
Hex 56 17 89 25 53 0 2E 111 47 1F
Octal 126 27 211 45 123 0 56 421 107 37
Binary 1010110 10111 10001001 100101 1010011 0 101110 100010001 1000111 11111

Color Harmonies of #561789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561789

Black with #561789

Text Example


Text Example

White with #561789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561789; }

 p { color: rgb(86,23,137); }

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

background-color css

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

 a { background-color: rgb(86,23,137); }

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

border-color css

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

 span { border-color: rgb(86,23,137); }

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