Html Css Color HEX #561795 Indigo

📋 copy color: '#561795'

red 86 ◦ green 23 ◦ blue 149

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

Shades of Indigo #561795

Tints of Indigo #561795

RGB

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

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

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

R = 33.33%
G = 8.91%
B = 57.75%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561795 (or 0x561795) is known color: Indigo. HEX triplet: 56, 17 and 95. RGB value is (86,23,149). Sum of RGB (Red+Green+Blue) = 86+23+149=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #561795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561795 is #A9E86A. Grayscale: #373737. Windows color (decimal): -11135083 or 9770838. OLE color: 9770838.

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

Color convert

RGB 86 23 149 -
CMYK 0.42 0.85 0 0.42
HSL 270º 0.73% 0.34% -
HSV(B) 270º 0.85% 0.58% -
XYZ 9.57 4.76 28.85 -
YUV 56.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 86 23 149 0.42 0.85 0 0.42 270 0.73 0.34
Hex 56 17 95 2A 55 0 2A 10E 49 22
Octal 126 27 225 52 125 0 52 416 111 42
Binary 1010110 10111 10010101 101010 1010101 0 101010 100001110 1001001 100010

Color Harmonies of #561795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561795

Black with #561795

Text Example


Text Example

White with #561795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561795; }

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

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

background-color css

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

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

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

border-color css

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

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

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