Html Css Color HEX #561295 Indigo

📋 copy color: '#561295'

red 86 ◦ green 18 ◦ blue 149

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

Shades of Indigo #561295

Tints of Indigo #561295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 33.99%
G = 7.11%
B = 58.89%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561295 (or 0x561295) is known color: Indigo. HEX triplet: 56, 12 and 95. RGB value is (86,18,149). Sum of RGB (Red+Green+Blue) = 86+18+149=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #561295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561295 is #A9ED6A. Grayscale: #343434. Windows color (decimal): -11136363 or 9769558. OLE color: 9769558.

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

Color convert

RGB 86 18 149 -
CMYK 0.42 0.88 0 0.42
HSL 271.15º 0.78% 0.33% -
HSV(B) 271.15º 0.88% 0.58% -
XYZ 9.48 4.58 28.82 -
YUV 53.27 182.03 151.35 -
System Red Green Blue C M Y K H S L
Decimal 86 18 149 0.42 0.88 0 0.42 271.15 0.78 0.33
Hex 56 12 95 2A 58 0 2A 10F 4E 21
Octal 126 22 225 52 130 0 52 417 116 41
Binary 1010110 10010 10010101 101010 1011000 0 101010 100001111 1001110 100001

Color Harmonies of #561295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561295

Black with #561295

Text Example


Text Example

White with #561295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561295; }

 p { color: rgb(86,18,149); }

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

background-color css

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

 a { background-color: rgb(86,18,149); }

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

border-color css

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

 span { border-color: rgb(86,18,149); }

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