Html Css Color HEX #561194 Indigo

📋 copy color: '#561194'

red 86 ◦ green 17 ◦ blue 148

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

Shades of Indigo #561194

Tints of Indigo #561194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 34.26%
G = 6.77%
B = 58.96%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561194 (or 0x561194) is known color: Indigo. HEX triplet: 56, 11 and 94. RGB value is (86,17,148). Sum of RGB (Red+Green+Blue) = 86+17+148=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #561194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561194 is #A9EE6B. Grayscale: #343434. Windows color (decimal): -11136620 or 9703766. OLE color: 9703766.

HSL color Cylindrical-coordinate representation of color #561194: hue angle of 271.6º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561194 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 17 148 -
CMYK 0.42 0.89 0 0.42
HSL 271.6º 0.79% 0.32% -
HSV(B) 271.6º 0.89% 0.58% -
XYZ 9.38 4.52 28.39 -
YUV 52.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 86 17 148 0.42 0.89 0 0.42 271.6 0.79 0.32
Hex 56 11 94 2A 59 0 2A 110 4F 20
Octal 126 21 224 52 131 0 52 420 117 40
Binary 1010110 10001 10010100 101010 1011001 0 101010 100010000 1001111 100000

Color Harmonies of #561194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561194

Black with #561194

Text Example


Text Example

White with #561194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561194; }

 p { color: rgb(86,17,148); }

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

background-color css

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

 a { background-color: rgb(86,17,148); }

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

border-color css

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

 span { border-color: rgb(86,17,148); }

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