Html Css Color HEX #560BAA Indigo

📋 copy color: '#560BAA'

red 86 ◦ green 11 ◦ blue 170

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

Shades of Indigo #560BAA

Tints of Indigo #560BAA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

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

R = 32.21%
G = 4.12%
B = 63.67%

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

#560BAA (or 0x560BAA) is known color: Indigo. HEX triplet: 56, 0B and AA. RGB value is (86,11,170). Sum of RGB (Red+Green+Blue) = 86+11+170=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #560BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BAA is #A9F455. Grayscale: #323232. Windows color (decimal): -11138134 or 11144022. OLE color: 11144022.

HSL color Cylindrical-coordinate representation of color #560BAA: hue angle of 268.3º degrees, saturation: 0.88, 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 #560BAA is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 11 170 -
CMYK 0.49 0.94 0 0.33
HSL 268.3º 0.88% 0.35% -
HSV(B) 268.3º 0.94% 0.67% -
XYZ 11.21 5.12 38.43 -
YUV 51.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 86 11 170 0.49 0.94 0 0.33 268.3 0.88 0.35
Hex 56 B AA 31 5E 0 21 10C 58 23
Octal 126 13 252 61 136 0 41 414 130 43
Binary 1010110 1011 10101010 110001 1011110 0 100001 100001100 1011000 100011

Color Harmonies of #560BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560BAA

Black with #560BAA

Text Example


Text Example

White with #560BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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