Html Css Color HEX #561197 Indigo

📋 copy color: '#561197'

red 86 ◦ green 17 ◦ blue 151

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

Shades of Indigo #561197

Tints of Indigo #561197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.45%

R = 33.86%
G = 6.69%
B = 59.45%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#561197 (or 0x561197) is known color: Indigo. HEX triplet: 56, 11 and 97. RGB value is (86,17,151). Sum of RGB (Red+Green+Blue) = 86+17+151=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #561197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561197 is #A9EE68. Grayscale: #343434. Windows color (decimal): -11136617 or 9900374. OLE color: 9900374.

HSL color Cylindrical-coordinate representation of color #561197: hue angle of 270.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #561197 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 17 151 -
CMYK 0.43 0.89 0 0.41
HSL 270.9º 0.8% 0.33% -
HSV(B) 270.9º 0.89% 0.59% -
XYZ 9.62 4.61 29.66 -
YUV 52.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 86 17 151 0.43 0.89 0 0.41 270.9 0.8 0.33
Hex 56 11 97 2B 59 0 29 10F 50 21
Octal 126 21 227 53 131 0 51 417 120 41
Binary 1010110 10001 10010111 101011 1011001 0 101001 100001111 1010000 100001

Color Harmonies of #561197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561197

Black with #561197

Text Example


Text Example

White with #561197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561197; }

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

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

background-color css

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

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

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

border-color css

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

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

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