Html Css Color HEX #561578 Indigo

📋 copy color: '#561578'

red 86 ◦ green 21 ◦ blue 120

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

Shades of Indigo #561578

Tints of Indigo #561578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 37.89%
G = 9.25%
B = 52.86%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#561578 (or 0x561578) is known color: Indigo. HEX triplet: 56, 15 and 78. RGB value is (86,21,120). Sum of RGB (Red+Green+Blue) = 86+21+120=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #561578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561578 is #A9EA87. Grayscale: #333333. Windows color (decimal): -11135624 or 7869782. OLE color: 7869782.

HSL color Cylindrical-coordinate representation of color #561578: hue angle of 279.39º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561578 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 21 120 -
CMYK 0.28 0.83 0 0.53
HSL 279.39º 0.7% 0.28% -
HSV(B) 279.39º 0.83% 0.47% -
XYZ 7.5 3.87 18.12 -
YUV 51.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 86 21 120 0.28 0.83 0 0.53 279.39 0.7 0.28
Hex 56 15 78 1C 53 0 35 117 46 1C
Octal 126 25 170 34 123 0 65 427 106 34
Binary 1010110 10101 1111000 11100 1010011 0 110101 100010111 1000110 11100

Color Harmonies of #561578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561578

Black with #561578

Text Example


Text Example

White with #561578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561578; }

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

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

background-color css

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

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

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

border-color css

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

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

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