Html Css Color HEX #560271 Indigo

📋 copy color: '#560271'

red 86 ◦ green 2 ◦ blue 113

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

Shades of Indigo #560271

Tints of Indigo #560271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 42.79%
G = 1%
B = 56.22%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#560271 (or 0x560271) is known color: Indigo. HEX triplet: 56, 02 and 71. RGB value is (86,2,113). Sum of RGB (Red+Green+Blue) = 86+2+113=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #560271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560271 is #A9FD8E. Grayscale: #272727. Windows color (decimal): -11140495 or 7406166. OLE color: 7406166.

HSL color Cylindrical-coordinate representation of color #560271: hue angle of 285.41º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560271 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 2 113 -
CMYK 0.24 0.98 0 0.56
HSL 285.41º 0.97% 0.23% -
HSV(B) 285.41º 0.98% 0.44% -
XYZ 6.84 3.21 15.88 -
YUV 39.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 86 2 113 0.24 0.98 0 0.56 285.41 0.97 0.23
Hex 56 2 71 18 62 0 38 11D 61 17
Octal 126 2 161 30 142 0 70 435 141 27
Binary 1010110 10 1110001 11000 1100010 0 111000 100011101 1100001 10111

Color Harmonies of #560271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560271

Black with #560271

Text Example


Text Example

White with #560271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560271; }

 p { color: rgb(86,2,113); }

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

background-color css

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

 a { background-color: rgb(86,2,113); }

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

border-color css

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

 span { border-color: rgb(86,2,113); }

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