Html Css Color HEX #560D91 Indigo

📋 copy color: '#560D91'

red 86 ◦ green 13 ◦ blue 145

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

Shades of Indigo #560D91

Tints of Indigo #560D91

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 35.25%
G = 5.33%
B = 59.43%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#560D91 (or 0x560D91) is known color: Indigo. HEX triplet: 56, 0D and 91. RGB value is (86,13,145). Sum of RGB (Red+Green+Blue) = 86+13+145=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #560D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D91 is #A9F26E. Grayscale: #313131. Windows color (decimal): -11137647 or 9506134. OLE color: 9506134.

HSL color Cylindrical-coordinate representation of color #560D91: hue angle of 273.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560D91 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 13 145 -
CMYK 0.41 0.91 0 0.43
HSL 273.18º 0.84% 0.31% -
HSV(B) 273.18º 0.91% 0.57% -
XYZ 9.09 4.31 27.14 -
YUV 49.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 86 13 145 0.41 0.91 0 0.43 273.18 0.84 0.31
Hex 56 D 91 29 5B 0 2B 111 54 1F
Octal 126 15 221 51 133 0 53 421 124 37
Binary 1010110 1101 10010001 101001 1011011 0 101011 100010001 1010100 11111

Color Harmonies of #560D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D91

Black with #560D91

Text Example


Text Example

White with #560D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,13,145); }

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

background-color css

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

 a { background-color: rgb(86,13,145); }

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

border-color css

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

 span { border-color: rgb(86,13,145); }

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