Html Css Color HEX #55116C Indigo

📋 copy color: '#55116C'

red 85 ◦ green 17 ◦ blue 108

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

Shades of Indigo #55116C

Tints of Indigo #55116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 40.48%
G = 8.1%
B = 51.43%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55116C (or 0x55116C) is known color: Indigo. HEX triplet: 55, 11 and 6C. RGB value is (85,17,108). Sum of RGB (Red+Green+Blue) = 85+17+108=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #55116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55116C is #AAEE93. Grayscale: #2F2F2F. Windows color (decimal): -11202196 or 7082325. OLE color: 7082325.

HSL color Cylindrical-coordinate representation of color #55116C: hue angle of 284.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55116C is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 17 108 -
CMYK 0.21 0.84 0 0.58
HSL 284.84º 0.73% 0.25% -
HSV(B) 284.84º 0.84% 0.42% -
XYZ 6.65 3.41 14.5 -
YUV 47.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 85 17 108 0.21 0.84 0 0.58 284.84 0.73 0.25
Hex 55 11 6C 15 54 0 3A 11D 49 19
Octal 125 21 154 25 124 0 72 435 111 31
Binary 1010101 10001 1101100 10101 1010100 0 111010 100011101 1001001 11001

Color Harmonies of #55116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55116C

Black with #55116C

Text Example


Text Example

White with #55116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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