Html Css Color HEX #550D91 Indigo

📋 copy color: '#550D91'

red 85 ◦ green 13 ◦ blue 145

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

Shades of Indigo #550D91

Tints of Indigo #550D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 34.98%
G = 5.35%
B = 59.67%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550D91 (or 0x550D91) is known color: Indigo. HEX triplet: 55, 0D and 91. RGB value is (85,13,145). Sum of RGB (Red+Green+Blue) = 85+13+145=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #550D91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D91 is #AAF26E. Grayscale: #313131. Windows color (decimal): -11203183 or 9506133. OLE color: 9506133.

HSL color Cylindrical-coordinate representation of color #550D91: hue angle of 272.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550D91 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 13 145 -
CMYK 0.41 0.91 0 0.43
HSL 272.73º 0.84% 0.31% -
HSV(B) 272.73º 0.91% 0.57% -
XYZ 9 4.26 27.14 -
YUV 49.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 85 13 145 0.41 0.91 0 0.43 272.73 0.84 0.31
Hex 55 D 91 29 5B 0 2B 111 54 1F
Octal 125 15 221 51 133 0 53 421 124 37
Binary 1010101 1101 10010001 101001 1011011 0 101011 100010001 1010100 11111

Color Harmonies of #550D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D91

Black with #550D91

Text Example


Text Example

White with #550D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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