Html Css Color HEX #550591 Indigo

📋 copy color: '#550591'

red 85 ◦ green 5 ◦ blue 145

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

Shades of Indigo #550591

Tints of Indigo #550591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 36.17%
G = 2.13%
B = 61.7%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#550591 (or 0x550591) is known color: Indigo. HEX triplet: 55, 05 and 91. RGB value is (85,5,145). Sum of RGB (Red+Green+Blue) = 85+5+145=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #550591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550591 is #AAFA6E. Grayscale: #2C2C2C. Windows color (decimal): -11205231 or 9504085. OLE color: 9504085.

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

Color convert

RGB 85 5 145 -
CMYK 0.41 0.97 0 0.43
HSL 274.29º 0.93% 0.29% -
HSV(B) 274.29º 0.97% 0.57% -
XYZ 8.91 4.08 27.11 -
YUV 44.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 85 5 145 0.41 0.97 0 0.43 274.29 0.93 0.29
Hex 55 5 91 29 61 0 2B 112 5D 1D
Octal 125 5 221 51 141 0 53 422 135 35
Binary 1010101 101 10010001 101001 1100001 0 101011 100010010 1011101 11101

Color Harmonies of #550591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550591

Black with #550591

Text Example


Text Example

White with #550591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550591; }

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

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

background-color css

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

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

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

border-color css

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

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

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