Html Css Color HEX #550F99 Indigo

📋 copy color: '#550F99'

red 85 ◦ green 15 ◦ blue 153

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

Shades of Indigo #550F99

Tints of Indigo #550F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.93%

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

R = 33.6%
G = 5.93%
B = 60.47%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#550F99 (or 0x550F99) is known color: Indigo. HEX triplet: 55, 0F and 99. RGB value is (85,15,153). Sum of RGB (Red+Green+Blue) = 85+15+153=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #550F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F99 is #AAF066. Grayscale: #333333. Windows color (decimal): -11202663 or 10030933. OLE color: 10030933.

HSL color Cylindrical-coordinate representation of color #550F99: hue angle of 270.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550F99 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 15 153 -
CMYK 0.44 0.90 0 0.4
HSL 270.43º 0.82% 0.33% -
HSV(B) 270.43º 0.9% 0.6% -
XYZ 9.67 4.57 30.51 -
YUV 51.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 85 15 153 0.44 0.90 0 0.4 270.43 0.82 0.33
Hex 55 F 99 2C 5A 0 28 10E 52 21
Octal 125 17 231 54 132 0 50 416 122 41
Binary 1010101 1111 10011001 101100 1011010 0 101000 100001110 1010010 100001

Color Harmonies of #550F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F99

Black with #550F99

Text Example


Text Example

White with #550F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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