Html Css Color HEX #561293 Indigo

📋 copy color: '#561293'

red 86 ◦ green 18 ◦ blue 147

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

Shades of Indigo #561293

Tints of Indigo #561293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.57%

R = 34.26%
G = 7.17%
B = 58.57%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#561293 (or 0x561293) is known color: Indigo. HEX triplet: 56, 12 and 93. RGB value is (86,18,147). Sum of RGB (Red+Green+Blue) = 86+18+147=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #561293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561293 is #A9ED6C. Grayscale: #343434. Windows color (decimal): -11136365 or 9638486. OLE color: 9638486.

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

Color convert

RGB 86 18 147 -
CMYK 0.41 0.88 0 0.42
HSL 271.63º 0.78% 0.32% -
HSV(B) 271.63º 0.88% 0.58% -
XYZ 9.32 4.52 27.98 -
YUV 53.04 181.03 151.51 -
System Red Green Blue C M Y K H S L
Decimal 86 18 147 0.41 0.88 0 0.42 271.63 0.78 0.32
Hex 56 12 93 29 58 0 2A 110 4E 20
Octal 126 22 223 51 130 0 52 420 116 40
Binary 1010110 10010 10010011 101001 1011000 0 101010 100010000 1001110 100000

Color Harmonies of #561293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561293

Black with #561293

Text Example


Text Example

White with #561293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561293; }

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

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

background-color css

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

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

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

border-color css

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

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

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