Html Css Color HEX #56136C Indigo

📋 copy color: '#56136C'

red 86 ◦ green 19 ◦ blue 108

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

Shades of Indigo #56136C

Tints of Indigo #56136C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 40.38%
G = 8.92%
B = 50.7%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56136C (or 0x56136C) is known color: Indigo. HEX triplet: 56, 13 and 6C. RGB value is (86,19,108). Sum of RGB (Red+Green+Blue) = 86+19+108=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #56136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56136C is #A9EC93. Grayscale: #303030. Windows color (decimal): -11136148 or 7082838. OLE color: 7082838.

HSL color Cylindrical-coordinate representation of color #56136C: hue angle of 285.17º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #56136C is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 19 108 -
CMYK 0.20 0.82 0 0.58
HSL 285.17º 0.7% 0.25% -
HSV(B) 285.17º 0.82% 0.42% -
XYZ 6.78 3.53 14.51 -
YUV 49.18 161.2 154.26 -
System Red Green Blue C M Y K H S L
Decimal 86 19 108 0.20 0.82 0 0.58 285.17 0.7 0.25
Hex 56 13 6C 14 52 0 3A 11D 46 19
Octal 126 23 154 24 122 0 72 435 106 31
Binary 1010110 10011 1101100 10100 1010010 0 111010 100011101 1000110 11001

Color Harmonies of #56136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56136C

Black with #56136C

Text Example


Text Example

White with #56136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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