Html Css Color HEX #560BA5 Indigo

📋 copy color: '#560BA5'

red 86 ◦ green 11 ◦ blue 165

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

Shades of Indigo #560BA5

Tints of Indigo #560BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 62.98%

R = 32.82%
G = 4.2%
B = 62.98%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#560BA5 (or 0x560BA5) is known color: Indigo. HEX triplet: 56, 0B and A5. RGB value is (86,11,165). Sum of RGB (Red+Green+Blue) = 86+11+165=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 165 (64.84% from 255 or 62.98% from 262); Max value from RGB is 165 - color contains mainly: blue. Hex color #560BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BA5 is #A9F45A. Grayscale: #323232. Windows color (decimal): -11138139 or 10816342. OLE color: 10816342.

HSL color Cylindrical-coordinate representation of color #560BA5: hue angle of 269.22º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560BA5 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 11 165 -
CMYK 0.48 0.93 0 0.35
HSL 269.22º 0.88% 0.35% -
HSV(B) 269.22º 0.93% 0.65% -
XYZ 10.75 4.93 35.98 -
YUV 50.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 86 11 165 0.48 0.93 0 0.35 269.22 0.88 0.35
Hex 56 B A5 30 5D 0 23 10D 58 23
Octal 126 13 245 60 135 0 43 415 130 43
Binary 1010110 1011 10100101 110000 1011101 0 100011 100001101 1011000 100011

Color Harmonies of #560BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560BA5

Black with #560BA5

Text Example


Text Example

White with #560BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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