Html Css Color HEX #550077 Indigo

📋 copy color: '#550077'

red 85 ◦ green 0 ◦ blue 119

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

Shades of Indigo #550077

Tints of Indigo #550077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#550077 (or 0x550077) is known color: Indigo. HEX triplet: 55, 00 and 77. RGB value is (85,0,119). Sum of RGB (Red+Green+Blue) = 85+0+119=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #550077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550077 is #AAFF88. Grayscale: #262626. Windows color (decimal): -11206537 or 7798869. OLE color: 7798869.

HSL color Cylindrical-coordinate representation of color #550077: hue angle of 282.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550077 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 0 119 -
CMYK 0.29 1 0 0.53
HSL 282.86º 1% 0.23% -
HSV(B) 282.86º 1% 0.47% -
XYZ 7.08 3.26 17.71 -
YUV 38.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 85 0 119 0.29 1 0 0.53 282.86 1 0.23
Hex 55 0 77 1D 64 0 35 11B 64 17
Octal 125 0 167 35 144 0 65 433 144 27
Binary 1010101 0 1110111 11101 1100100 0 110101 100011011 1100100 10111

Color Harmonies of #550077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550077

Black with #550077

Text Example


Text Example

White with #550077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550077; }

 p { color: rgb(85,0,119); }

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

background-color css

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

 a { background-color: rgb(85,0,119); }

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

border-color css

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

 span { border-color: rgb(85,0,119); }

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