Html Css Color HEX #560E7F Indigo

📋 copy color: '#560E7F'

red 86 ◦ green 14 ◦ blue 127

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

Shades of Indigo #560E7F

Tints of Indigo #560E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 55.95%

R = 37.89%
G = 6.17%
B = 55.95%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#560E7F (or 0x560E7F) is known color: Indigo. HEX triplet: 56, 0E and 7F. RGB value is (86,14,127). Sum of RGB (Red+Green+Blue) = 86+14+127=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #560E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E7F is #A9F180. Grayscale: #303030. Windows color (decimal): -11137409 or 8326742. OLE color: 8326742.

HSL color Cylindrical-coordinate representation of color #560E7F: hue angle of 278.23º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560E7F is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 14 127 -
CMYK 0.32 0.89 0 0.50
HSL 278.23º 0.8% 0.28% -
HSV(B) 278.23º 0.89% 0.5% -
XYZ 7.83 3.82 20.4 -
YUV 48.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 86 14 127 0.32 0.89 0 0.50 278.23 0.8 0.28
Hex 56 E 7F 20 59 0 32 116 50 1C
Octal 126 16 177 40 131 0 62 426 120 34
Binary 1010110 1110 1111111 100000 1011001 0 110010 100010110 1010000 11100

Color Harmonies of #560E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560E7F

Black with #560E7F

Text Example


Text Example

White with #560E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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