Html Css Color HEX #56159D Indigo

📋 copy color: '#56159D'

red 86 ◦ green 21 ◦ blue 157

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

Shades of Indigo #56159D

Tints of Indigo #56159D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.47%

R = 32.58%
G = 7.95%
B = 59.47%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56159D (or 0x56159D) is known color: Indigo. HEX triplet: 56, 15 and 9D. RGB value is (86,21,157). Sum of RGB (Red+Green+Blue) = 86+21+157=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #56159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56159D is #A9EA62. Grayscale: #373737. Windows color (decimal): -11135587 or 10294614. OLE color: 10294614.

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

Color convert

RGB 86 21 157 -
CMYK 0.45 0.87 0 0.38
HSL 268.68º 0.76% 0.35% -
HSV(B) 268.68º 0.87% 0.62% -
XYZ 10.19 4.95 32.32 -
YUV 55.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 86 21 157 0.45 0.87 0 0.38 268.68 0.76 0.35
Hex 56 15 9D 2D 57 0 26 10D 4C 23
Octal 126 25 235 55 127 0 46 415 114 43
Binary 1010110 10101 10011101 101101 1010111 0 100110 100001101 1001100 100011

Color Harmonies of #56159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56159D

Black with #56159D

Text Example


Text Example

White with #56159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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