Html Css Color HEX #56119F Indigo

📋 copy color: '#56119F'

red 86 ◦ green 17 ◦ blue 159

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

Shades of Indigo #56119F

Tints of Indigo #56119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.69%

R = 32.82%
G = 6.49%
B = 60.69%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56119F (or 0x56119F) is known color: Indigo. HEX triplet: 56, 11 and 9F. RGB value is (86,17,159). Sum of RGB (Red+Green+Blue) = 86+17+159=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #56119F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56119F is #A9EE60. Grayscale: #353535. Windows color (decimal): -11136609 or 10424662. OLE color: 10424662.

HSL color Cylindrical-coordinate representation of color #56119F: hue angle of 269.15º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56119F is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 17 159 -
CMYK 0.46 0.89 0 0.38
HSL 269.15º 0.81% 0.35% -
HSV(B) 269.15º 0.89% 0.62% -
XYZ 10.3 4.88 33.2 -
YUV 53.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 86 17 159 0.46 0.89 0 0.38 269.15 0.81 0.35
Hex 56 11 9F 2E 59 0 26 10D 51 23
Octal 126 21 237 56 131 0 46 415 121 43
Binary 1010110 10001 10011111 101110 1011001 0 100110 100001101 1010001 100011

Color Harmonies of #56119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56119F

Black with #56119F

Text Example


Text Example

White with #56119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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