Html Css Color HEX #550575 Indigo

📋 copy color: '#550575'

red 85 ◦ green 5 ◦ blue 117

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

Shades of Indigo #550575

Tints of Indigo #550575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 41.06%
G = 2.42%
B = 56.52%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#550575 (or 0x550575) is known color: Indigo. HEX triplet: 55, 05 and 75. RGB value is (85,5,117). Sum of RGB (Red+Green+Blue) = 85+5+117=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #550575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550575 is #AAFA8A. Grayscale: #292929. Windows color (decimal): -11205259 or 7669077. OLE color: 7669077.

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

Color convert

RGB 85 5 117 -
CMYK 0.27 0.96 0 0.54
HSL 282.86º 0.92% 0.24% -
HSV(B) 282.86º 0.96% 0.46% -
XYZ 7.01 3.32 17.1 -
YUV 41.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 85 5 117 0.27 0.96 0 0.54 282.86 0.92 0.24
Hex 55 5 75 1B 60 0 36 11B 5C 18
Octal 125 5 165 33 140 0 66 433 134 30
Binary 1010101 101 1110101 11011 1100000 0 110110 100011011 1011100 11000

Color Harmonies of #550575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550575

Black with #550575

Text Example


Text Example

White with #550575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550575; }

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

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

background-color css

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

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

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

border-color css

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

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

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