Html Css Color HEX #550399 Indigo

📋 copy color: '#550399'

red 85 ◦ green 3 ◦ blue 153

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

Shades of Indigo #550399

Tints of Indigo #550399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 35.27%
G = 1.24%
B = 63.49%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#550399 (or 0x550399) is known color: Indigo. HEX triplet: 55, 03 and 99. RGB value is (85,3,153). Sum of RGB (Red+Green+Blue) = 85+3+153=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #550399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550399 is #AAFC66. Grayscale: #2C2C2C. Windows color (decimal): -11205735 or 10027861. OLE color: 10027861.

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

Color convert

RGB 85 3 153 -
CMYK 0.44 0.98 0 0.4
HSL 272.8º 0.96% 0.31% -
HSV(B) 272.8º 0.98% 0.6% -
XYZ 9.53 4.3 30.46 -
YUV 44.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 85 3 153 0.44 0.98 0 0.4 272.8 0.96 0.31
Hex 55 3 99 2C 62 0 28 111 60 1F
Octal 125 3 231 54 142 0 50 421 140 37
Binary 1010101 11 10011001 101100 1100010 0 101000 100010001 1100000 11111

Color Harmonies of #550399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550399

Black with #550399

Text Example


Text Example

White with #550399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550399; }

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

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

background-color css

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

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

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

border-color css

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

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

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