Html Css Color HEX #56119B Indigo

📋 copy color: '#56119B'

red 86 ◦ green 17 ◦ blue 155

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

Shades of Indigo #56119B

Tints of Indigo #56119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 33.33%
G = 6.59%
B = 60.08%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56119B (or 0x56119B) is known color: Indigo. HEX triplet: 56, 11 and 9B. RGB value is (86,17,155). Sum of RGB (Red+Green+Blue) = 86+17+155=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #56119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56119B is #A9EE64. Grayscale: #343434. Windows color (decimal): -11136613 or 10162518. OLE color: 10162518.

HSL color Cylindrical-coordinate representation of color #56119B: hue angle of 270º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56119B is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 17 155 -
CMYK 0.45 0.89 0 0.39
HSL 270º 0.8% 0.34% -
HSV(B) 270º 0.89% 0.61% -
XYZ 9.95 4.75 31.4 -
YUV 53.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 86 17 155 0.45 0.89 0 0.39 270 0.8 0.34
Hex 56 11 9B 2D 59 0 27 10E 50 22
Octal 126 21 233 55 131 0 47 416 120 42
Binary 1010110 10001 10011011 101101 1011001 0 100111 100001110 1010000 100010

Color Harmonies of #56119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56119B

Black with #56119B

Text Example


Text Example

White with #56119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56119B; }

 p { color: rgb(86,17,155); }

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

background-color css

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

 a { background-color: rgb(86,17,155); }

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

border-color css

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

 span { border-color: rgb(86,17,155); }

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