Html Css Color HEX #56187F Indigo

📋 copy color: '#56187F'

red 86 ◦ green 24 ◦ blue 127

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

Shades of Indigo #56187F

Tints of Indigo #56187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 36.29%
G = 10.13%
B = 53.59%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56187F (or 0x56187F) is known color: Indigo. HEX triplet: 56, 18 and 7F. RGB value is (86,24,127). Sum of RGB (Red+Green+Blue) = 86+24+127=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #56187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56187F is #A9E780. Grayscale: #353535. Windows color (decimal): -11134849 or 8329302. OLE color: 8329302.

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

Color convert

RGB 86 24 127 -
CMYK 0.32 0.81 0 0.50
HSL 276.12º 0.68% 0.3% -
HSV(B) 276.12º 0.81% 0.5% -
XYZ 8 4.16 20.46 -
YUV 54.28 169.04 150.62 -
System Red Green Blue C M Y K H S L
Decimal 86 24 127 0.32 0.81 0 0.50 276.12 0.68 0.3
Hex 56 18 7F 20 51 0 32 114 44 1E
Octal 126 30 177 40 121 0 62 424 104 36
Binary 1010110 11000 1111111 100000 1010001 0 110010 100010100 1000100 11110

Color Harmonies of #56187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56187F

Black with #56187F

Text Example


Text Example

White with #56187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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