Html Css Color HEX #561582 Indigo

📋 copy color: '#561582'

red 86 ◦ green 21 ◦ blue 130

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

Shades of Indigo #561582

Tints of Indigo #561582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.85%

R = 36.29%
G = 8.86%
B = 54.85%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561582 (or 0x561582) is known color: Indigo. HEX triplet: 56, 15 and 82. RGB value is (86,21,130). Sum of RGB (Red+Green+Blue) = 86+21+130=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #561582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561582 is #A9EA7D. Grayscale: #343434. Windows color (decimal): -11135614 or 8525142. OLE color: 8525142.

HSL color Cylindrical-coordinate representation of color #561582: hue angle of 275.78º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561582 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 21 130 -
CMYK 0.34 0.84 0 0.49
HSL 275.78º 0.72% 0.3% -
HSV(B) 275.78º 0.84% 0.51% -
XYZ 8.14 4.13 21.49 -
YUV 52.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 86 21 130 0.34 0.84 0 0.49 275.78 0.72 0.3
Hex 56 15 82 22 54 0 31 114 48 1E
Octal 126 25 202 42 124 0 61 424 110 36
Binary 1010110 10101 10000010 100010 1010100 0 110001 100010100 1001000 11110

Color Harmonies of #561582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561582

Black with #561582

Text Example


Text Example

White with #561582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561582; }

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

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

background-color css

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

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

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

border-color css

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

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

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