Html Css Color HEX #56147D Indigo

📋 copy color: '#56147D'

red 86 ◦ green 20 ◦ blue 125

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

Shades of Indigo #56147D

Tints of Indigo #56147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 37.23%
G = 8.66%
B = 54.11%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56147D (or 0x56147D) is known color: Indigo. HEX triplet: 56, 14 and 7D. RGB value is (86,20,125). Sum of RGB (Red+Green+Blue) = 86+20+125=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #56147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56147D is #A9EB82. Grayscale: #333333. Windows color (decimal): -11135875 or 8197206. OLE color: 8197206.

HSL color Cylindrical-coordinate representation of color #56147D: hue angle of 277.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56147D is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 20 125 -
CMYK 0.31 0.84 0 0.51
HSL 277.71º 0.72% 0.28% -
HSV(B) 277.71º 0.84% 0.49% -
XYZ 7.79 3.96 19.76 -
YUV 51.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 86 20 125 0.31 0.84 0 0.51 277.71 0.72 0.28
Hex 56 14 7D 1F 54 0 33 116 48 1C
Octal 126 24 175 37 124 0 63 426 110 34
Binary 1010110 10100 1111101 11111 1010100 0 110011 100010110 1001000 11100

Color Harmonies of #56147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56147D

Black with #56147D

Text Example


Text Example

White with #56147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56147D; }

 p { color: rgb(86,20,125); }

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

background-color css

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

 a { background-color: rgb(86,20,125); }

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

border-color css

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

 span { border-color: rgb(86,20,125); }

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