Html Css Color HEX #561782 Indigo

📋 copy color: '#561782'

red 86 ◦ green 23 ◦ blue 130

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

Shades of Indigo #561782

Tints of Indigo #561782

RGB

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

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

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

R = 35.98%
G = 9.62%
B = 54.39%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#561782 (or 0x561782) is known color: Indigo. HEX triplet: 56, 17 and 82. RGB value is (86,23,130). Sum of RGB (Red+Green+Blue) = 86+23+130=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #561782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561782 is #A9E87D. Grayscale: #353535. Windows color (decimal): -11135102 or 8525654. OLE color: 8525654.

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

Color convert

RGB 86 23 130 -
CMYK 0.34 0.82 0 0.49
HSL 275.33º 0.7% 0.3% -
HSV(B) 275.33º 0.82% 0.51% -
XYZ 8.17 4.2 21.5 -
YUV 54.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 86 23 130 0.34 0.82 0 0.49 275.33 0.7 0.3
Hex 56 17 82 22 52 0 31 113 46 1E
Octal 126 27 202 42 122 0 61 423 106 36
Binary 1010110 10111 10000010 100010 1010010 0 110001 100010011 1000110 11110

Color Harmonies of #561782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561782

Black with #561782

Text Example


Text Example

White with #561782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561782; }

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

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

background-color css

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

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

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

border-color css

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

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

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