Html Css Color HEX #56129D Indigo

📋 copy color: '#56129D'

red 86 ◦ green 18 ◦ blue 157

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

Shades of Indigo #56129D

Tints of Indigo #56129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 32.95%
G = 6.9%
B = 60.15%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56129D (or 0x56129D) is known color: Indigo. HEX triplet: 56, 12 and 9D. RGB value is (86,18,157). Sum of RGB (Red+Green+Blue) = 86+18+157=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #56129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56129D is #A9ED62. Grayscale: #353535. Windows color (decimal): -11136355 or 10293846. OLE color: 10293846.

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

Color convert

RGB 86 18 157 -
CMYK 0.45 0.89 0 0.38
HSL 269.35º 0.79% 0.34% -
HSV(B) 269.35º 0.89% 0.62% -
XYZ 10.14 4.85 32.3 -
YUV 54.18 186.03 150.7 -
System Red Green Blue C M Y K H S L
Decimal 86 18 157 0.45 0.89 0 0.38 269.35 0.79 0.34
Hex 56 12 9D 2D 59 0 26 10D 4F 22
Octal 126 22 235 55 131 0 46 415 117 42
Binary 1010110 10010 10011101 101101 1011001 0 100110 100001101 1001111 100010

Color Harmonies of #56129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56129D

Black with #56129D

Text Example


Text Example

White with #56129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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