Html Css Color HEX #560E97 Indigo

📋 copy color: '#560E97'

red 86 ◦ green 14 ◦ blue 151

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

Shades of Indigo #560E97

Tints of Indigo #560E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

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

R = 34.26%
G = 5.58%
B = 60.16%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#560E97 (or 0x560E97) is known color: Indigo. HEX triplet: 56, 0E and 97. RGB value is (86,14,151). Sum of RGB (Red+Green+Blue) = 86+14+151=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #560E97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E97 is #A9F168. Grayscale: #323232. Windows color (decimal): -11137385 or 9899606. OLE color: 9899606.

HSL color Cylindrical-coordinate representation of color #560E97: hue angle of 271.53º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560E97 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 86 14 151 -
CMYK 0.43 0.91 0 0.41
HSL 271.53º 0.83% 0.32% -
HSV(B) 271.53º 0.91% 0.59% -
XYZ 9.58 4.53 29.65 -
YUV 51.15 184.35 152.86 -
System Red Green Blue C M Y K H S L
Decimal 86 14 151 0.43 0.91 0 0.41 271.53 0.83 0.32
Hex 56 E 97 2B 5B 0 29 110 53 20
Octal 126 16 227 53 133 0 51 420 123 40
Binary 1010110 1110 10010111 101011 1011011 0 101001 100010000 1010011 100000

Color Harmonies of #560E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E97

Black with #560E97

Text Example


Text Example

White with #560E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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