Html Css Color HEX #56107F Indigo

📋 copy color: '#56107F'

red 86 ◦ green 16 ◦ blue 127

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

Shades of Indigo #56107F

Tints of Indigo #56107F

RGB

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

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

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

R = 37.55%
G = 6.99%
B = 55.46%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#56107F (or 0x56107F) is known color: Indigo. HEX triplet: 56, 10 and 7F. RGB value is (86,16,127). Sum of RGB (Red+Green+Blue) = 86+16+127=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #56107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56107F is #A9EF80. Grayscale: #313131. Windows color (decimal): -11136897 or 8327254. OLE color: 8327254.

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

Color convert

RGB 86 16 127 -
CMYK 0.32 0.87 0 0.50
HSL 277.84º 0.78% 0.28% -
HSV(B) 277.84º 0.87% 0.5% -
XYZ 7.85 3.88 20.41 -
YUV 49.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 86 16 127 0.32 0.87 0 0.50 277.84 0.78 0.28
Hex 56 10 7F 20 57 0 32 116 4E 1C
Octal 126 20 177 40 127 0 62 426 116 34
Binary 1010110 10000 1111111 100000 1010111 0 110010 100010110 1001110 11100

Color Harmonies of #56107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56107F

Black with #56107F

Text Example


Text Example

White with #56107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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