Html Css Color HEX #56147C Indigo

📋 copy color: '#56147C'

red 86 ◦ green 20 ◦ blue 124

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

Shades of Indigo #56147C

Tints of Indigo #56147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 37.39%
G = 8.7%
B = 53.91%

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

#56147C (or 0x56147C) is known color: Indigo. HEX triplet: 56, 14 and 7C. RGB value is (86,20,124). Sum of RGB (Red+Green+Blue) = 86+20+124=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #56147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56147C is #A9EB83. Grayscale: #333333. Windows color (decimal): -11135876 or 8131670. OLE color: 8131670.

HSL color Cylindrical-coordinate representation of color #56147C: hue angle of 278.08º 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 #56147C is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 20 124 -
CMYK 0.31 0.84 0 0.51
HSL 278.08º 0.72% 0.28% -
HSV(B) 278.08º 0.84% 0.49% -
XYZ 7.73 3.93 19.42 -
YUV 51.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 86 20 124 0.31 0.84 0 0.51 278.08 0.72 0.28
Hex 56 14 7C 1F 54 0 33 116 48 1C
Octal 126 24 174 37 124 0 63 426 110 34
Binary 1010110 10100 1111100 11111 1010100 0 110011 100010110 1001000 11100

Color Harmonies of #56147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56147C

Black with #56147C

Text Example


Text Example

White with #56147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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