Html Css Color HEX #551999 Indigo

📋 copy color: '#551999'

red 85 ◦ green 25 ◦ blue 153

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

Shades of Indigo #551999

Tints of Indigo #551999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 32.32%
G = 9.51%
B = 58.17%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#551999 (or 0x551999) is known color: Indigo. HEX triplet: 55, 19 and 99. RGB value is (85,25,153). Sum of RGB (Red+Green+Blue) = 85+25+153=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #551999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551999 is #AAE666. Grayscale: #393939. Windows color (decimal): -11200103 or 10033493. OLE color: 10033493.

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

Color convert

RGB 85 25 153 -
CMYK 0.44 0.84 0 0.4
HSL 268.13º 0.72% 0.35% -
HSV(B) 268.13º 0.84% 0.6% -
XYZ 9.84 4.93 30.57 -
YUV 57.53 181.88 147.59 -
System Red Green Blue C M Y K H S L
Decimal 85 25 153 0.44 0.84 0 0.4 268.13 0.72 0.35
Hex 55 19 99 2C 54 0 28 10C 48 23
Octal 125 31 231 54 124 0 50 414 110 43
Binary 1010101 11001 10011001 101100 1010100 0 101000 100001100 1001000 100011

Color Harmonies of #551999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551999

Black with #551999

Text Example


Text Example

White with #551999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551999; }

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

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

background-color css

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

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

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

border-color css

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

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

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