Html Css Color HEX #55116F Indigo

📋 copy color: '#55116F'

red 85 ◦ green 17 ◦ blue 111

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

Shades of Indigo #55116F

Tints of Indigo #55116F

RGB

 RED value IS 85 (33.59% from 255) = 39.91%

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 39.91%
G = 7.98%
B = 52.11%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55116F (or 0x55116F) is known color: Indigo. HEX triplet: 55, 11 and 6F. RGB value is (85,17,111). Sum of RGB (Red+Green+Blue) = 85+17+111=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #55116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55116F is #AAEE90. Grayscale: #2F2F2F. Windows color (decimal): -11202193 or 7278933. OLE color: 7278933.

HSL color Cylindrical-coordinate representation of color #55116F: hue angle of 283.4º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55116F is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 17 111 -
CMYK 0.23 0.85 0 0.56
HSL 283.4º 0.73% 0.25% -
HSV(B) 283.4º 0.85% 0.44% -
XYZ 6.82 3.48 15.35 -
YUV 48.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 85 17 111 0.23 0.85 0 0.56 283.4 0.73 0.25
Hex 55 11 6F 17 55 0 38 11B 49 19
Octal 125 21 157 27 125 0 70 433 111 31
Binary 1010101 10001 1101111 10111 1010101 0 111000 100011011 1001001 11001

Color Harmonies of #55116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55116F

Black with #55116F

Text Example


Text Example

White with #55116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,17,111); }

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

background-color css

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

 a { background-color: rgb(85,17,111); }

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

border-color css

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

 span { border-color: rgb(85,17,111); }

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