Html Css Color HEX #560072 Indigo

📋 copy color: '#560072'

red 86 ◦ green 0 ◦ blue 114

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

Shades of Indigo #560072

Tints of Indigo #560072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43%
G = 0%
B = 57%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#560072 (or 0x560072) is known color: Indigo. HEX triplet: 56, 00 and 72. RGB value is (86,0,114). Sum of RGB (Red+Green+Blue) = 86+0+114=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #560072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560072 is #A9FF8D. Grayscale: #262626. Windows color (decimal): -11141006 or 7471190. OLE color: 7471190.

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

Color convert

RGB 86 0 114 -
CMYK 0.25 1 0 0.55
HSL 285.26º 1% 0.22% -
HSV(B) 285.26º 1% 0.45% -
XYZ 6.88 3.19 16.17 -
YUV 38.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 86 0 114 0.25 1 0 0.55 285.26 1 0.22
Hex 56 0 72 19 64 0 37 11D 64 16
Octal 126 0 162 31 144 0 67 435 144 26
Binary 1010110 0 1110010 11001 1100100 0 110111 100011101 1100100 10110

Color Harmonies of #560072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560072

Black with #560072

Text Example


Text Example

White with #560072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560072; }

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

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

background-color css

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

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

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

border-color css

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

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

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