Html Css Color HEX #550577 Indigo

📋 copy color: '#550577'

red 85 ◦ green 5 ◦ blue 119

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

Shades of Indigo #550577

Tints of Indigo #550577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 40.67%
G = 2.39%
B = 56.94%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#550577 (or 0x550577) is known color: Indigo. HEX triplet: 55, 05 and 77. RGB value is (85,5,119). Sum of RGB (Red+Green+Blue) = 85+5+119=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #550577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550577 is #AAFA88. Grayscale: #292929. Windows color (decimal): -11205257 or 7800149. OLE color: 7800149.

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

Color convert

RGB 85 5 119 -
CMYK 0.29 0.96 0 0.53
HSL 282.11º 0.92% 0.24% -
HSV(B) 282.11º 0.96% 0.47% -
XYZ 7.13 3.37 17.73 -
YUV 41.92 171.5 158.73 -
System Red Green Blue C M Y K H S L
Decimal 85 5 119 0.29 0.96 0 0.53 282.11 0.92 0.24
Hex 55 5 77 1D 60 0 35 11A 5C 18
Octal 125 5 167 35 140 0 65 432 134 30
Binary 1010101 101 1110111 11101 1100000 0 110101 100011010 1011100 11000

Color Harmonies of #550577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550577

Black with #550577

Text Example


Text Example

White with #550577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550577; }

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

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

background-color css

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

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

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

border-color css

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

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

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