Html Css Color HEX #560AAA Indigo

📋 copy color: '#560AAA'

red 86 ◦ green 10 ◦ blue 170

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

Shades of Indigo #560AAA

Tints of Indigo #560AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 32.33%
G = 3.76%
B = 63.91%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#560AAA (or 0x560AAA) is known color: Indigo. HEX triplet: 56, 0A and AA. RGB value is (86,10,170). Sum of RGB (Red+Green+Blue) = 86+10+170=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #560AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AAA is #A9F555. Grayscale: #323232. Windows color (decimal): -11138390 or 11143766. OLE color: 11143766.

HSL color Cylindrical-coordinate representation of color #560AAA: hue angle of 268.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AAA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 10 170 -
CMYK 0.49 0.94 0 0.33
HSL 268.5º 0.89% 0.35% -
HSV(B) 268.5º 0.94% 0.67% -
XYZ 11.2 5.1 38.42 -
YUV 50.96 195.18 152.99 -
System Red Green Blue C M Y K H S L
Decimal 86 10 170 0.49 0.94 0 0.33 268.5 0.89 0.35
Hex 56 A AA 31 5E 0 21 10C 59 23
Octal 126 12 252 61 136 0 41 414 131 43
Binary 1010110 1010 10101010 110001 1011110 0 100001 100001100 1011001 100011

Color Harmonies of #560AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AAA

Black with #560AAA

Text Example


Text Example

White with #560AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,10,170); }

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

background-color css

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

 a { background-color: rgb(86,10,170); }

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

border-color css

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

 span { border-color: rgb(86,10,170); }

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