Html Css Color HEX #550487 Indigo

📋 copy color: '#550487'

red 85 ◦ green 4 ◦ blue 135

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

Shades of Indigo #550487

Tints of Indigo #550487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 37.95%
G = 1.79%
B = 60.27%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550487 (or 0x550487) is known color: Indigo. HEX triplet: 55, 04 and 87. RGB value is (85,4,135). Sum of RGB (Red+Green+Blue) = 85+4+135=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #550487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550487 is #AAFB78. Grayscale: #2A2A2A. Windows color (decimal): -11205497 or 8848469. OLE color: 8848469.

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

Color convert

RGB 85 4 135 -
CMYK 0.37 0.97 0 0.47
HSL 277.1º 0.94% 0.27% -
HSV(B) 277.1º 0.97% 0.53% -
XYZ 8.16 3.77 23.22 -
YUV 43.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 85 4 135 0.37 0.97 0 0.47 277.1 0.94 0.27
Hex 55 4 87 25 61 0 2F 115 5E 1B
Octal 125 4 207 45 141 0 57 425 136 33
Binary 1010101 100 10000111 100101 1100001 0 101111 100010101 1011110 11011

Color Harmonies of #550487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550487

Black with #550487

Text Example


Text Example

White with #550487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550487; }

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

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

background-color css

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

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

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

border-color css

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

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

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