Html Css Color HEX #550599 Indigo

📋 copy color: '#550599'

red 85 ◦ green 5 ◦ blue 153

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

Shades of Indigo #550599

Tints of Indigo #550599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.96%

R = 34.98%
G = 2.06%
B = 62.96%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#550599 (or 0x550599) is known color: Indigo. HEX triplet: 55, 05 and 99. RGB value is (85,5,153). Sum of RGB (Red+Green+Blue) = 85+5+153=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #550599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550599 is #AAFA66. Grayscale: #2D2D2D. Windows color (decimal): -11205223 or 10028373. OLE color: 10028373.

HSL color Cylindrical-coordinate representation of color #550599: hue angle of 272.43º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550599 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 5 153 -
CMYK 0.44 0.97 0 0.4
HSL 272.43º 0.94% 0.31% -
HSV(B) 272.43º 0.97% 0.6% -
XYZ 9.55 4.34 30.47 -
YUV 45.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 85 5 153 0.44 0.97 0 0.4 272.43 0.94 0.31
Hex 55 5 99 2C 61 0 28 110 5E 1F
Octal 125 5 231 54 141 0 50 420 136 37
Binary 1010101 101 10011001 101100 1100001 0 101000 100010000 1011110 11111

Color Harmonies of #550599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550599

Black with #550599

Text Example


Text Example

White with #550599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550599; }

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

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

background-color css

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

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

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

border-color css

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

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

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