Html Css Color HEX #56159B Indigo

📋 copy color: '#56159B'

red 86 ◦ green 21 ◦ blue 155

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

Shades of Indigo #56159B

Tints of Indigo #56159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.02%

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

R = 32.82%
G = 8.02%
B = 59.16%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56159B (or 0x56159B) is known color: Indigo. HEX triplet: 56, 15 and 9B. RGB value is (86,21,155). Sum of RGB (Red+Green+Blue) = 86+21+155=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 155 (60.94% from 255 or 59.16% from 262); Max value from RGB is 155 - color contains mainly: blue. Hex color #56159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56159B is #A9EA64. Grayscale: #373737. Windows color (decimal): -11135589 or 10163542. OLE color: 10163542.

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

Color convert

RGB 86 21 155 -
CMYK 0.45 0.86 0 0.39
HSL 269.1º 0.76% 0.35% -
HSV(B) 269.1º 0.86% 0.61% -
XYZ 10.02 4.88 31.42 -
YUV 55.71 184.03 149.6 -
System Red Green Blue C M Y K H S L
Decimal 86 21 155 0.45 0.86 0 0.39 269.1 0.76 0.35
Hex 56 15 9B 2D 56 0 27 10D 4C 23
Octal 126 25 233 55 126 0 47 415 114 43
Binary 1010110 10101 10011011 101101 1010110 0 100111 100001101 1001100 100011

Color Harmonies of #56159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56159B

Black with #56159B

Text Example


Text Example

White with #56159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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