Html Css Color HEX #561574 Indigo

📋 copy color: '#561574'

red 86 ◦ green 21 ◦ blue 116

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

Shades of Indigo #561574

Tints of Indigo #561574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 38.57%
G = 9.42%
B = 52.02%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#561574 (or 0x561574) is known color: Indigo. HEX triplet: 56, 15 and 74. RGB value is (86,21,116). Sum of RGB (Red+Green+Blue) = 86+21+116=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #561574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561574 is #A9EA8B. Grayscale: #323232. Windows color (decimal): -11135628 or 7607638. OLE color: 7607638.

HSL color Cylindrical-coordinate representation of color #561574: hue angle of 281.05º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561574 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 21 116 -
CMYK 0.26 0.82 0 0.55
HSL 281.05º 0.69% 0.27% -
HSV(B) 281.05º 0.82% 0.45% -
XYZ 7.26 3.78 16.87 -
YUV 51.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 86 21 116 0.26 0.82 0 0.55 281.05 0.69 0.27
Hex 56 15 74 1A 52 0 37 119 45 1B
Octal 126 25 164 32 122 0 67 431 105 33
Binary 1010110 10101 1110100 11010 1010010 0 110111 100011001 1000101 11011

Color Harmonies of #561574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561574

Black with #561574

Text Example


Text Example

White with #561574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561574; }

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

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

background-color css

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

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

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

border-color css

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

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

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