Html Css Color HEX #550091 Indigo

📋 copy color: '#550091'

red 85 ◦ green 0 ◦ blue 145

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

Shades of Indigo #550091

Tints of Indigo #550091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.96%
G = 0%
B = 63.04%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550091 (or 0x550091) is known color: Indigo. HEX triplet: 55, 00 and 91. RGB value is (85,0,145). Sum of RGB (Red+Green+Blue) = 85+0+145=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #550091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550091 is #AAFF6E. Grayscale: #292929. Windows color (decimal): -11206511 or 9502805. OLE color: 9502805.

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

Color convert

RGB 85 0 145 -
CMYK 0.41 1 0 0.43
HSL 275.17º 1% 0.28% -
HSV(B) 275.17º 1% 0.57% -
XYZ 8.86 3.98 27.09 -
YUV 41.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 85 0 145 0.41 1 0 0.43 275.17 1 0.28
Hex 55 0 91 29 64 0 2B 113 64 1C
Octal 125 0 221 51 144 0 53 423 144 34
Binary 1010101 0 10010001 101001 1100100 0 101011 100010011 1100100 11100

Color Harmonies of #550091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550091

Black with #550091

Text Example


Text Example

White with #550091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550091; }

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

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

background-color css

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

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

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

border-color css

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

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

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