Html Css Color HEX #560799 Indigo

📋 copy color: '#560799'

red 86 ◦ green 7 ◦ blue 153

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

Shades of Indigo #560799

Tints of Indigo #560799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

 BLUE value IS 153 (60.16% from 255) = 62.2%

R = 34.96%
G = 2.85%
B = 62.2%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560799 (or 0x560799) is known color: Indigo. HEX triplet: 56, 07 and 99. RGB value is (86,7,153). Sum of RGB (Red+Green+Blue) = 86+7+153=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #560799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560799 is #A9F866. Grayscale: #2E2E2E. Windows color (decimal): -11139175 or 10028886. OLE color: 10028886.

HSL color Cylindrical-coordinate representation of color #560799: hue angle of 272.47º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560799 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 7 153 -
CMYK 0.44 0.95 0 0.4
HSL 272.47º 0.91% 0.31% -
HSV(B) 272.47º 0.95% 0.6% -
XYZ 9.66 4.43 30.48 -
YUV 47.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 86 7 153 0.44 0.95 0 0.4 272.47 0.91 0.31
Hex 56 7 99 2C 5F 0 28 110 5B 1F
Octal 126 7 231 54 137 0 50 420 133 37
Binary 1010110 111 10011001 101100 1011111 0 101000 100010000 1011011 11111

Color Harmonies of #560799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560799

Black with #560799

Text Example


Text Example

White with #560799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560799; }

 p { color: rgb(86,7,153); }

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

background-color css

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

 a { background-color: rgb(86,7,153); }

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

border-color css

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

 span { border-color: rgb(86,7,153); }

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