Html Css Color HEX #55109D Indigo

📋 copy color: '#55109D'

red 85 ◦ green 16 ◦ blue 157

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

Shades of Indigo #55109D

Tints of Indigo #55109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 32.95%
G = 6.2%
B = 60.85%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55109D (or 0x55109D) is known color: Indigo. HEX triplet: 55, 10 and 9D. RGB value is (85,16,157). Sum of RGB (Red+Green+Blue) = 85+16+157=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #55109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55109D is #AAEF62. Grayscale: #343434. Windows color (decimal): -11202403 or 10293333. OLE color: 10293333.

HSL color Cylindrical-coordinate representation of color #55109D: hue angle of 269.36º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55109D is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 16 157 -
CMYK 0.46 0.90 0 0.38
HSL 269.36º 0.82% 0.34% -
HSV(B) 269.36º 0.9% 0.62% -
XYZ 10.02 4.74 32.28 -
YUV 52.71 186.86 151.04 -
System Red Green Blue C M Y K H S L
Decimal 85 16 157 0.46 0.90 0 0.38 269.36 0.82 0.34
Hex 55 10 9D 2E 5A 0 26 10D 52 22
Octal 125 20 235 56 132 0 46 415 122 42
Binary 1010101 10000 10011101 101110 1011010 0 100110 100001101 1010010 100010

Color Harmonies of #55109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55109D

Black with #55109D

Text Example


Text Example

White with #55109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55109D; }

 p { color: rgb(85,16,157); }

 H1.HeaderClassName
 {
   color: #55109D;
 }
 .AnyTagClassName
 {
   color: #55109D;
 }
</style>

background-color css

<style>
 a { background-color: #55109D; }

 a { background-color: rgb(85,16,157); }

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

border-color css

<style>
 span { border-color: #55109D; }

 span { border-color: rgb(85,16,157); }

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