Html Css Color HEX #560D99 Indigo

📋 copy color: '#560D99'

red 86 ◦ green 13 ◦ blue 153

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

Shades of Indigo #560D99

Tints of Indigo #560D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 34.13%
G = 5.16%
B = 60.71%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#560D99 (or 0x560D99) is known color: Indigo. HEX triplet: 56, 0D and 99. RGB value is (86,13,153). Sum of RGB (Red+Green+Blue) = 86+13+153=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #560D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D99 is #A9F266. Grayscale: #323232. Windows color (decimal): -11137639 or 10030422. OLE color: 10030422.

HSL color Cylindrical-coordinate representation of color #560D99: hue angle of 271.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560D99 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 13 153 -
CMYK 0.44 0.92 0 0.4
HSL 271.29º 0.84% 0.33% -
HSV(B) 271.29º 0.92% 0.6% -
XYZ 9.73 4.57 30.51 -
YUV 50.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 86 13 153 0.44 0.92 0 0.4 271.29 0.84 0.33
Hex 56 D 99 2C 5C 0 28 10F 54 21
Octal 126 15 231 54 134 0 50 417 124 41
Binary 1010110 1101 10011001 101100 1011100 0 101000 100001111 1010100 100001

Color Harmonies of #560D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D99

Black with #560D99

Text Example


Text Example

White with #560D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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