Html Css Color HEX #551780 Indigo

📋 copy color: '#551780'

red 85 ◦ green 23 ◦ blue 128

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

Shades of Indigo #551780

Tints of Indigo #551780

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 128 (50.39% from 255) = 54.24%

R = 36.02%
G = 9.75%
B = 54.24%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#551780 (or 0x551780) is known color: Indigo. HEX triplet: 55, 17 and 80. RGB value is (85,23,128). Sum of RGB (Red+Green+Blue) = 85+23+128=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #551780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551780 is #AAE87F. Grayscale: #353535. Windows color (decimal): -11200640 or 8394581. OLE color: 8394581.

HSL color Cylindrical-coordinate representation of color #551780: hue angle of 275.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551780 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 23 128 -
CMYK 0.34 0.82 0 0.50
HSL 275.43º 0.7% 0.3% -
HSV(B) 275.43º 0.82% 0.5% -
XYZ 7.95 4.1 20.8 -
YUV 53.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 85 23 128 0.34 0.82 0 0.50 275.43 0.7 0.3
Hex 55 17 80 22 52 0 32 113 46 1E
Octal 125 27 200 42 122 0 62 423 106 36
Binary 1010101 10111 10000000 100010 1010010 0 110010 100010011 1000110 11110

Color Harmonies of #551780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551780

Black with #551780

Text Example


Text Example

White with #551780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551780; }

 p { color: rgb(85,23,128); }

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

background-color css

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

 a { background-color: rgb(85,23,128); }

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

border-color css

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

 span { border-color: rgb(85,23,128); }

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