Html Css Color HEX #550488 Indigo

📋 copy color: '#550488'

red 85 ◦ green 4 ◦ blue 136

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

Shades of Indigo #550488

Tints of Indigo #550488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 37.78%
G = 1.78%
B = 60.44%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#550488 (or 0x550488) is known color: Indigo. HEX triplet: 55, 04 and 88. RGB value is (85,4,136). Sum of RGB (Red+Green+Blue) = 85+4+136=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #550488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550488 is #AAFB77. Grayscale: #2A2A2A. Windows color (decimal): -11205496 or 8914005. OLE color: 8914005.

HSL color Cylindrical-coordinate representation of color #550488: hue angle of 276.82º 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 #550488 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 4 136 -
CMYK 0.38 0.97 0 0.47
HSL 276.82º 0.94% 0.27% -
HSV(B) 276.82º 0.97% 0.53% -
XYZ 8.23 3.8 23.59 -
YUV 43.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 85 4 136 0.38 0.97 0 0.47 276.82 0.94 0.27
Hex 55 4 88 26 61 0 2F 115 5E 1B
Octal 125 4 210 46 141 0 57 425 136 33
Binary 1010101 100 10001000 100110 1100001 0 101111 100010101 1011110 11011

Color Harmonies of #550488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550488

Black with #550488

Text Example


Text Example

White with #550488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550488; }

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

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

background-color css

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

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

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

border-color css

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

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

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