Html Css Color HEX #56159C Indigo

📋 copy color: '#56159C'

red 86 ◦ green 21 ◦ blue 156

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

Shades of Indigo #56159C

Tints of Indigo #56159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.32%

R = 32.7%
G = 7.98%
B = 59.32%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56159C (or 0x56159C) is known color: Indigo. HEX triplet: 56, 15 and 9C. RGB value is (86,21,156). Sum of RGB (Red+Green+Blue) = 86+21+156=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #56159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56159C is #A9EA63. Grayscale: #373737. Windows color (decimal): -11135588 or 10229078. OLE color: 10229078.

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

Color convert

RGB 86 21 156 -
CMYK 0.45 0.87 0 0.39
HSL 268.89º 0.76% 0.35% -
HSV(B) 268.89º 0.87% 0.61% -
XYZ 10.11 4.92 31.87 -
YUV 55.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 86 21 156 0.45 0.87 0 0.39 268.89 0.76 0.35
Hex 56 15 9C 2D 57 0 27 10D 4C 23
Octal 126 25 234 55 127 0 47 415 114 43
Binary 1010110 10101 10011100 101101 1010111 0 100111 100001101 1001100 100011

Color Harmonies of #56159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56159C

Black with #56159C

Text Example


Text Example

White with #56159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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