Html Css Color HEX #551391 Indigo

📋 copy color: '#551391'

red 85 ◦ green 19 ◦ blue 145

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

Shades of Indigo #551391

Tints of Indigo #551391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 34.14%
G = 7.63%
B = 58.23%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#551391 (or 0x551391) is known color: Indigo. HEX triplet: 55, 13 and 91. RGB value is (85,19,145). Sum of RGB (Red+Green+Blue) = 85+19+145=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #551391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551391 is #AAEC6E. Grayscale: #343434. Windows color (decimal): -11201647 or 9507669. OLE color: 9507669.

HSL color Cylindrical-coordinate representation of color #551391: hue angle of 271.43º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551391 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 19 145 -
CMYK 0.41 0.87 0 0.43
HSL 271.43º 0.77% 0.32% -
HSV(B) 271.43º 0.87% 0.57% -
XYZ 9.09 4.44 27.17 -
YUV 53.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 85 19 145 0.41 0.87 0 0.43 271.43 0.77 0.32
Hex 55 13 91 29 57 0 2B 10F 4D 20
Octal 125 23 221 51 127 0 53 417 115 40
Binary 1010101 10011 10010001 101001 1010111 0 101011 100001111 1001101 100000

Color Harmonies of #551391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551391

Black with #551391

Text Example


Text Example

White with #551391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551391; }

 p { color: rgb(85,19,145); }

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

background-color css

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

 a { background-color: rgb(85,19,145); }

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

border-color css

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

 span { border-color: rgb(85,19,145); }

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