Html Css Color HEX #551879 Indigo

📋 copy color: '#551879'

red 85 ◦ green 24 ◦ blue 121

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

Shades of Indigo #551879

Tints of Indigo #551879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 36.96%
G = 10.43%
B = 52.61%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#551879 (or 0x551879) is known color: Indigo. HEX triplet: 55, 18 and 79. RGB value is (85,24,121). Sum of RGB (Red+Green+Blue) = 85+24+121=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #551879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551879 is #AAE786. Grayscale: #343434. Windows color (decimal): -11200391 or 7936085. OLE color: 7936085.

HSL color Cylindrical-coordinate representation of color #551879: hue angle of 277.73º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551879 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 24 121 -
CMYK 0.30 0.80 0 0.53
HSL 277.73º 0.67% 0.28% -
HSV(B) 277.73º 0.8% 0.47% -
XYZ 7.52 3.97 18.46 -
YUV 53.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 85 24 121 0.30 0.80 0 0.53 277.73 0.67 0.28
Hex 55 18 79 1E 50 0 35 116 43 1C
Octal 125 30 171 36 120 0 65 426 103 34
Binary 1010101 11000 1111001 11110 1010000 0 110101 100010110 1000011 11100

Color Harmonies of #551879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551879

Black with #551879

Text Example


Text Example

White with #551879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551879; }

 p { color: rgb(85,24,121); }

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

background-color css

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

 a { background-color: rgb(85,24,121); }

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

border-color css

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

 span { border-color: rgb(85,24,121); }

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