Html Css Color HEX #550987 Indigo

📋 copy color: '#550987'

red 85 ◦ green 9 ◦ blue 135

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

Shades of Indigo #550987

Tints of Indigo #550987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 135 (53.13% from 255) = 58.95%

R = 37.12%
G = 3.93%
B = 58.95%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550987 (or 0x550987) is known color: Indigo. HEX triplet: 55, 09 and 87. RGB value is (85,9,135). Sum of RGB (Red+Green+Blue) = 85+9+135=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #550987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550987 is #AAF678. Grayscale: #2D2D2D. Windows color (decimal): -11204217 or 8849749. OLE color: 8849749.

HSL color Cylindrical-coordinate representation of color #550987: hue angle of 276.19º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550987 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 9 135 -
CMYK 0.37 0.93 0 0.47
HSL 276.19º 0.88% 0.28% -
HSV(B) 276.19º 0.93% 0.53% -
XYZ 8.22 3.88 23.24 -
YUV 46.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 85 9 135 0.37 0.93 0 0.47 276.19 0.88 0.28
Hex 55 9 87 25 5D 0 2F 114 58 1C
Octal 125 11 207 45 135 0 57 424 130 34
Binary 1010101 1001 10000111 100101 1011101 0 101111 100010100 1011000 11100

Color Harmonies of #550987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550987

Black with #550987

Text Example


Text Example

White with #550987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550987; }

 p { color: rgb(85,9,135); }

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

background-color css

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

 a { background-color: rgb(85,9,135); }

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

border-color css

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

 span { border-color: rgb(85,9,135); }

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