Html Css Color HEX #551099 Indigo

📋 copy color: '#551099'

red 85 ◦ green 16 ◦ blue 153

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

Shades of Indigo #551099

Tints of Indigo #551099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 33.46%
G = 6.3%
B = 60.24%

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

#551099 (or 0x551099) is known color: Indigo. HEX triplet: 55, 10 and 99. RGB value is (85,16,153). Sum of RGB (Red+Green+Blue) = 85+16+153=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #551099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551099 is #AAEF66. Grayscale: #333333. Windows color (decimal): -11202407 or 10031189. OLE color: 10031189.

HSL color Cylindrical-coordinate representation of color #551099: hue angle of 270.22º degrees, saturation: 0.81, 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 #551099 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 16 153 -
CMYK 0.44 0.90 0 0.4
HSL 270.22º 0.81% 0.33% -
HSV(B) 270.22º 0.9% 0.6% -
XYZ 9.68 4.6 30.51 -
YUV 52.25 184.86 151.36 -
System Red Green Blue C M Y K H S L
Decimal 85 16 153 0.44 0.90 0 0.4 270.22 0.81 0.33
Hex 55 10 99 2C 5A 0 28 10E 51 21
Octal 125 20 231 54 132 0 50 416 121 41
Binary 1010101 10000 10011001 101100 1011010 0 101000 100001110 1010001 100001

Color Harmonies of #551099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551099

Black with #551099

Text Example


Text Example

White with #551099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551099; }

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

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

background-color css

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

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

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

border-color css

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

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

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