Html Css Color HEX #551199 Indigo

📋 copy color: '#551199'

red 85 ◦ green 17 ◦ blue 153

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

Shades of Indigo #551199

Tints of Indigo #551199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 33.33%
G = 6.67%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#551199 (or 0x551199) is known color: Indigo. HEX triplet: 55, 11 and 99. RGB value is (85,17,153). Sum of RGB (Red+Green+Blue) = 85+17+153=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #551199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551199 is #AAEE66. Grayscale: #343434. Windows color (decimal): -11202151 or 10031445. OLE color: 10031445.

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

Color convert

RGB 85 17 153 -
CMYK 0.44 0.89 0 0.4
HSL 270º 0.8% 0.33% -
HSV(B) 270º 0.89% 0.6% -
XYZ 9.7 4.63 30.52 -
YUV 52.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 85 17 153 0.44 0.89 0 0.4 270 0.8 0.33
Hex 55 11 99 2C 59 0 28 10E 50 21
Octal 125 21 231 54 131 0 50 416 120 41
Binary 1010101 10001 10011001 101100 1011001 0 101000 100001110 1010000 100001

Color Harmonies of #551199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551199

Black with #551199

Text Example


Text Example

White with #551199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551199; }

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

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

background-color css

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

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

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

border-color css

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

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

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