Html Css Color HEX #550DA1 Indigo

📋 copy color: '#550DA1'

red 85 ◦ green 13 ◦ blue 161

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

Shades of Indigo #550DA1

Tints of Indigo #550DA1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.02%

 BLUE value IS 161 (63.28% from 255) = 62.16%

R = 32.82%
G = 5.02%
B = 62.16%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#550DA1 (or 0x550DA1) is known color: Indigo. HEX triplet: 55, 0D and A1. RGB value is (85,13,161). Sum of RGB (Red+Green+Blue) = 85+13+161=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #550DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DA1 is #AAF25E. Grayscale: #323232. Windows color (decimal): -11203167 or 10554709. OLE color: 10554709.

HSL color Cylindrical-coordinate representation of color #550DA1: hue angle of 269.19º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550DA1 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 13 161 -
CMYK 0.47 0.92 0 0.37
HSL 269.19º 0.85% 0.34% -
HSV(B) 269.19º 0.92% 0.63% -
XYZ 10.32 4.79 34.1 -
YUV 51.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 85 13 161 0.47 0.92 0 0.37 269.19 0.85 0.34
Hex 55 D A1 2F 5C 0 25 10D 55 22
Octal 125 15 241 57 134 0 45 415 125 42
Binary 1010101 1101 10100001 101111 1011100 0 100101 100001101 1010101 100010

Color Harmonies of #550DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DA1

Black with #550DA1

Text Example


Text Example

White with #550DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550DA1; }

 p { color: rgb(85,13,161); }

 H1.HeaderClassName
 {
   color: #550DA1;
 }
 .AnyTagClassName
 {
   color: #550DA1;
 }
</style>

background-color css

<style>
 a { background-color: #550DA1; }

 a { background-color: rgb(85,13,161); }

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

border-color css

<style>
 span { border-color: #550DA1; }

 span { border-color: rgb(85,13,161); }

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