Html Css Color HEX #561393 Indigo

📋 copy color: '#561393'

red 86 ◦ green 19 ◦ blue 147

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

Shades of Indigo #561393

Tints of Indigo #561393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 34.13%
G = 7.54%
B = 58.33%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561393 (or 0x561393) is known color: Indigo. HEX triplet: 56, 13 and 93. RGB value is (86,19,147). Sum of RGB (Red+Green+Blue) = 86+19+147=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #561393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561393 is #A9EC6C. Grayscale: #353535. Windows color (decimal): -11136109 or 9638742. OLE color: 9638742.

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

Color convert

RGB 86 19 147 -
CMYK 0.41 0.87 0 0.42
HSL 271.41º 0.77% 0.33% -
HSV(B) 271.41º 0.87% 0.58% -
XYZ 9.34 4.55 27.99 -
YUV 53.63 180.7 151.09 -
System Red Green Blue C M Y K H S L
Decimal 86 19 147 0.41 0.87 0 0.42 271.41 0.77 0.33
Hex 56 13 93 29 57 0 2A 10F 4D 21
Octal 126 23 223 51 127 0 52 417 115 41
Binary 1010110 10011 10010011 101001 1010111 0 101010 100001111 1001101 100001

Color Harmonies of #561393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561393

Black with #561393

Text Example


Text Example

White with #561393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561393; }

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

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

background-color css

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

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

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

border-color css

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

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

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