Html Css Color HEX #550890 Indigo

📋 copy color: '#550890'

red 85 ◦ green 8 ◦ blue 144

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

Shades of Indigo #550890

Tints of Indigo #550890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 35.86%
G = 3.38%
B = 60.76%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#550890 (or 0x550890) is known color: Indigo. HEX triplet: 55, 08 and 90. RGB value is (85,8,144). Sum of RGB (Red+Green+Blue) = 85+8+144=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #550890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550890 is #AAF76F. Grayscale: #2E2E2E. Windows color (decimal): -11204464 or 9439317. OLE color: 9439317.

HSL color Cylindrical-coordinate representation of color #550890: hue angle of 273.97º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550890 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 8 144 -
CMYK 0.41 0.94 0 0.44
HSL 273.97º 0.89% 0.3% -
HSV(B) 273.97º 0.94% 0.56% -
XYZ 8.87 4.12 26.71 -
YUV 46.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 85 8 144 0.41 0.94 0 0.44 273.97 0.89 0.3
Hex 55 8 90 29 5E 0 2C 112 59 1E
Octal 125 10 220 51 136 0 54 422 131 36
Binary 1010101 1000 10010000 101001 1011110 0 101100 100010010 1011001 11110

Color Harmonies of #550890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550890

Black with #550890

Text Example


Text Example

White with #550890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550890; }

 p { color: rgb(85,8,144); }

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

background-color css

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

 a { background-color: rgb(85,8,144); }

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

border-color css

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

 span { border-color: rgb(85,8,144); }

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