Html Css Color HEX #550887 Indigo

📋 copy color: '#550887'

red 85 ◦ green 8 ◦ blue 135

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

Shades of Indigo #550887

Tints of Indigo #550887

RGB

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

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

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

R = 37.28%
G = 3.51%
B = 59.21%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550887 (or 0x550887) is known color: Indigo. HEX triplet: 55, 08 and 87. RGB value is (85,8,135). Sum of RGB (Red+Green+Blue) = 85+8+135=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #550887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550887 is #AAF778. Grayscale: #2D2D2D. Windows color (decimal): -11204473 or 8849493. OLE color: 8849493.

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

Color convert

RGB 85 8 135 -
CMYK 0.37 0.94 0 0.47
HSL 276.38º 0.89% 0.28% -
HSV(B) 276.38º 0.94% 0.53% -
XYZ 8.21 3.85 23.23 -
YUV 45.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 85 8 135 0.37 0.94 0 0.47 276.38 0.89 0.28
Hex 55 8 87 25 5E 0 2F 114 59 1C
Octal 125 10 207 45 136 0 57 424 131 34
Binary 1010101 1000 10000111 100101 1011110 0 101111 100010100 1011001 11100

Color Harmonies of #550887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550887

Black with #550887

Text Example


Text Example

White with #550887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550887; }

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

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

background-color css

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

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

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

border-color css

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

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

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