Html Css Color HEX #561793 Indigo

📋 copy color: '#561793'

red 86 ◦ green 23 ◦ blue 147

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

Shades of Indigo #561793

Tints of Indigo #561793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 33.59%
G = 8.98%
B = 57.42%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561793 (or 0x561793) is known color: Indigo. HEX triplet: 56, 17 and 93. RGB value is (86,23,147). Sum of RGB (Red+Green+Blue) = 86+23+147=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #561793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561793 is #A9E86C. Grayscale: #373737. Windows color (decimal): -11135085 or 9639766. OLE color: 9639766.

HSL color Cylindrical-coordinate representation of color #561793: hue angle of 270.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561793 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 23 147 -
CMYK 0.41 0.84 0 0.42
HSL 270.48º 0.73% 0.33% -
HSV(B) 270.48º 0.84% 0.58% -
XYZ 9.41 4.7 28.01 -
YUV 55.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 86 23 147 0.41 0.84 0 0.42 270.48 0.73 0.33
Hex 56 17 93 29 54 0 2A 10E 49 21
Octal 126 27 223 51 124 0 52 416 111 41
Binary 1010110 10111 10010011 101001 1010100 0 101010 100001110 1001001 100001

Color Harmonies of #561793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561793

Black with #561793

Text Example


Text Example

White with #561793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561793; }

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

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

background-color css

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

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

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

border-color css

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

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

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