Html Css Color HEX #560AA4 Indigo

📋 copy color: '#560AA4'

red 86 ◦ green 10 ◦ blue 164

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

Shades of Indigo #560AA4

Tints of Indigo #560AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 63.08%

R = 33.08%
G = 3.85%
B = 63.08%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#560AA4 (or 0x560AA4) is known color: Indigo. HEX triplet: 56, 0A and A4. RGB value is (86,10,164). Sum of RGB (Red+Green+Blue) = 86+10+164=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #560AA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AA4 is #A9F55B. Grayscale: #313131. Windows color (decimal): -11138396 or 10750550. OLE color: 10750550.

HSL color Cylindrical-coordinate representation of color #560AA4: hue angle of 269.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AA4 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 10 164 -
CMYK 0.48 0.94 0 0.36
HSL 269.61º 0.89% 0.34% -
HSV(B) 269.61º 0.94% 0.64% -
XYZ 10.65 4.88 35.5 -
YUV 50.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 86 10 164 0.48 0.94 0 0.36 269.61 0.89 0.34
Hex 56 A A4 30 5E 0 24 10E 59 22
Octal 126 12 244 60 136 0 44 416 131 42
Binary 1010110 1010 10100100 110000 1011110 0 100100 100001110 1011001 100010

Color Harmonies of #560AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560AA4

Black with #560AA4

Text Example


Text Example

White with #560AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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