Html Css Color HEX #56137C Indigo

📋 copy color: '#56137C'

red 86 ◦ green 19 ◦ blue 124

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

Shades of Indigo #56137C

Tints of Indigo #56137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 37.55%
G = 8.3%
B = 54.15%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56137C (or 0x56137C) is known color: Indigo. HEX triplet: 56, 13 and 7C. RGB value is (86,19,124). Sum of RGB (Red+Green+Blue) = 86+19+124=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #56137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56137C is #A9EC83. Grayscale: #323232. Windows color (decimal): -11136132 or 8131414. OLE color: 8131414.

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

Color convert

RGB 86 19 124 -
CMYK 0.31 0.85 0 0.51
HSL 278.29º 0.73% 0.28% -
HSV(B) 278.29º 0.85% 0.49% -
XYZ 7.71 3.9 19.42 -
YUV 51 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 86 19 124 0.31 0.85 0 0.51 278.29 0.73 0.28
Hex 56 13 7C 1F 55 0 33 116 49 1C
Octal 126 23 174 37 125 0 63 426 111 34
Binary 1010110 10011 1111100 11111 1010101 0 110011 100010110 1001001 11100

Color Harmonies of #56137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56137C

Black with #56137C

Text Example


Text Example

White with #56137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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