Html Css Color HEX #56157F Indigo

📋 copy color: '#56157F'

red 86 ◦ green 21 ◦ blue 127

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

Shades of Indigo #56157F

Tints of Indigo #56157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.27%

R = 36.75%
G = 8.97%
B = 54.27%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56157F (or 0x56157F) is known color: Indigo. HEX triplet: 56, 15 and 7F. RGB value is (86,21,127). Sum of RGB (Red+Green+Blue) = 86+21+127=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #56157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56157F is #A9EA80. Grayscale: #343434. Windows color (decimal): -11135617 or 8328534. OLE color: 8328534.

HSL color Cylindrical-coordinate representation of color #56157F: hue angle of 276.79º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #56157F is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 21 127 -
CMYK 0.32 0.83 0 0.50
HSL 276.79º 0.72% 0.29% -
HSV(B) 276.79º 0.83% 0.5% -
XYZ 7.94 4.05 20.44 -
YUV 52.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 86 21 127 0.32 0.83 0 0.50 276.79 0.72 0.29
Hex 56 15 7F 20 53 0 32 115 48 1D
Octal 126 25 177 40 123 0 62 425 110 35
Binary 1010110 10101 1111111 100000 1010011 0 110010 100010101 1001000 11101

Color Harmonies of #56157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56157F

Black with #56157F

Text Example


Text Example

White with #56157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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