Html Css Color HEX #56108F Indigo

📋 copy color: '#56108F'

red 86 ◦ green 16 ◦ blue 143

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

Shades of Indigo #56108F

Tints of Indigo #56108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 143 (56.25% from 255) = 58.37%

R = 35.1%
G = 6.53%
B = 58.37%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56108F (or 0x56108F) is known color: Indigo. HEX triplet: 56, 10 and 8F. RGB value is (86,16,143). Sum of RGB (Red+Green+Blue) = 86+16+143=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #56108F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #56108F is #A9EF70. Grayscale: #323232. Windows color (decimal): -11136881 or 9375830. OLE color: 9375830.

HSL color Cylindrical-coordinate representation of color #56108F: hue angle of 273.07º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #56108F is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 16 143 -
CMYK 0.40 0.89 0 0.44
HSL 273.07º 0.8% 0.31% -
HSV(B) 273.07º 0.89% 0.56% -
XYZ 8.98 4.33 26.35 -
YUV 51.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 86 16 143 0.40 0.89 0 0.44 273.07 0.8 0.31
Hex 56 10 8F 28 59 0 2C 111 50 1F
Octal 126 20 217 50 131 0 54 421 120 37
Binary 1010110 10000 10001111 101000 1011001 0 101100 100010001 1010000 11111

Color Harmonies of #56108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56108F

Black with #56108F

Text Example


Text Example

White with #56108F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,16,143); }

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

background-color css

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

 a { background-color: rgb(86,16,143); }

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

border-color css

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

 span { border-color: rgb(86,16,143); }

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