Html Css Color HEX #560D93 Indigo

📋 copy color: '#560D93'

red 86 ◦ green 13 ◦ blue 147

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

Shades of Indigo #560D93

Tints of Indigo #560D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 34.96%
G = 5.28%
B = 59.76%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#560D93 (or 0x560D93) is known color: Indigo. HEX triplet: 56, 0D and 93. RGB value is (86,13,147). Sum of RGB (Red+Green+Blue) = 86+13+147=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #560D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560D93 is #A9F26C. Grayscale: #313131. Windows color (decimal): -11137645 or 9637206. OLE color: 9637206.

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

Color convert

RGB 86 13 147 -
CMYK 0.41 0.91 0 0.42
HSL 272.69º 0.84% 0.31% -
HSV(B) 272.69º 0.91% 0.58% -
XYZ 9.25 4.37 27.96 -
YUV 50.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 86 13 147 0.41 0.91 0 0.42 272.69 0.84 0.31
Hex 56 D 93 29 5B 0 2A 111 54 1F
Octal 126 15 223 51 133 0 52 421 124 37
Binary 1010110 1101 10010011 101001 1011011 0 101010 100010001 1010100 11111

Color Harmonies of #560D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D93

Black with #560D93

Text Example


Text Example

White with #560D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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