Html Css Color HEX #561794 Indigo

📋 copy color: '#561794'

red 86 ◦ green 23 ◦ blue 148

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

Shades of Indigo #561794

Tints of Indigo #561794

RGB

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

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

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

R = 33.46%
G = 8.95%
B = 57.59%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561794 (or 0x561794) is known color: Indigo. HEX triplet: 56, 17 and 94. RGB value is (86,23,148). Sum of RGB (Red+Green+Blue) = 86+23+148=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #561794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561794 is #A9E86B. Grayscale: #373737. Windows color (decimal): -11135084 or 9705302. OLE color: 9705302.

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

Color convert

RGB 86 23 148 -
CMYK 0.42 0.84 0 0.42
HSL 270.24º 0.73% 0.34% -
HSV(B) 270.24º 0.84% 0.58% -
XYZ 9.49 4.73 28.43 -
YUV 56.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 86 23 148 0.42 0.84 0 0.42 270.24 0.73 0.34
Hex 56 17 94 2A 54 0 2A 10E 49 22
Octal 126 27 224 52 124 0 52 416 111 42
Binary 1010110 10111 10010100 101010 1010100 0 101010 100001110 1001001 100010

Color Harmonies of #561794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561794

Black with #561794

Text Example


Text Example

White with #561794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561794; }

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

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

background-color css

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

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

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

border-color css

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

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

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