Html Css Color HEX #560C72 Indigo

📋 copy color: '#560C72'

red 86 ◦ green 12 ◦ blue 114

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

Shades of Indigo #560C72

Tints of Indigo #560C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

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

R = 40.57%
G = 5.66%
B = 53.77%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560C72 (or 0x560C72) is known color: Indigo. HEX triplet: 56, 0C and 72. RGB value is (86,12,114). Sum of RGB (Red+Green+Blue) = 86+12+114=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #560C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560C72 is #A9F38D. Grayscale: #2D2D2D. Windows color (decimal): -11137934 or 7474262. OLE color: 7474262.

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

Color convert

RGB 86 12 114 -
CMYK 0.25 0.89 0 0.55
HSL 283.53º 0.81% 0.25% -
HSV(B) 283.53º 0.89% 0.45% -
XYZ 7.01 3.46 16.22 -
YUV 45.75 166.52 156.71 -
System Red Green Blue C M Y K H S L
Decimal 86 12 114 0.25 0.89 0 0.55 283.53 0.81 0.25
Hex 56 C 72 19 59 0 37 11C 51 19
Octal 126 14 162 31 131 0 67 434 121 31
Binary 1010110 1100 1110010 11001 1011001 0 110111 100011100 1010001 11001

Color Harmonies of #560C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560C72

Black with #560C72

Text Example


Text Example

White with #560C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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