Html Css Color HEX #560972 Indigo

📋 copy color: '#560972'

red 86 ◦ green 9 ◦ blue 114

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

Shades of Indigo #560972

Tints of Indigo #560972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

 BLUE value IS 114 (44.92% from 255) = 54.55%

R = 41.15%
G = 4.31%
B = 54.55%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560972 (or 0x560972) is known color: Indigo. HEX triplet: 56, 09 and 72. RGB value is (86,9,114). Sum of RGB (Red+Green+Blue) = 86+9+114=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #560972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560972 is #A9F68D. Grayscale: #2B2B2B. Windows color (decimal): -11138702 or 7473494. OLE color: 7473494.

HSL color Cylindrical-coordinate representation of color #560972: hue angle of 284º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560972 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 9 114 -
CMYK 0.25 0.92 0 0.55
HSL 284º 0.85% 0.24% -
HSV(B) 284º 0.92% 0.45% -
XYZ 6.97 3.39 16.21 -
YUV 43.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 86 9 114 0.25 0.92 0 0.55 284 0.85 0.24
Hex 56 9 72 19 5C 0 37 11C 55 18
Octal 126 11 162 31 134 0 67 434 125 30
Binary 1010110 1001 1110010 11001 1011100 0 110111 100011100 1010101 11000

Color Harmonies of #560972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560972

Black with #560972

Text Example


Text Example

White with #560972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560972; }

 p { color: rgb(86,9,114); }

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

background-color css

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

 a { background-color: rgb(86,9,114); }

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

border-color css

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

 span { border-color: rgb(86,9,114); }

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