Html Css Color HEX #560FA4 Indigo

📋 copy color: '#560FA4'

red 86 ◦ green 15 ◦ blue 164

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

Shades of Indigo #560FA4

Tints of Indigo #560FA4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.66%

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

R = 32.45%
G = 5.66%
B = 61.89%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#560FA4 (or 0x560FA4) is known color: Indigo. HEX triplet: 56, 0F and A4. RGB value is (86,15,164). Sum of RGB (Red+Green+Blue) = 86+15+164=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #560FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560FA4 is #A9F05B. Grayscale: #343434. Windows color (decimal): -11137116 or 10751830. OLE color: 10751830.

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

Color convert

RGB 86 15 164 -
CMYK 0.48 0.91 0 0.36
HSL 268.59º 0.83% 0.35% -
HSV(B) 268.59º 0.91% 0.64% -
XYZ 10.71 5 35.52 -
YUV 53.22 190.52 151.38 -
System Red Green Blue C M Y K H S L
Decimal 86 15 164 0.48 0.91 0 0.36 268.59 0.83 0.35
Hex 56 F A4 30 5B 0 24 10D 53 23
Octal 126 17 244 60 133 0 44 415 123 43
Binary 1010110 1111 10100100 110000 1011011 0 100100 100001101 1010011 100011

Color Harmonies of #560FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560FA4

Black with #560FA4

Text Example


Text Example

White with #560FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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