Html Css Color HEX #551490 Indigo

📋 copy color: '#551490'

red 85 ◦ green 20 ◦ blue 144

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

Shades of Indigo #551490

Tints of Indigo #551490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 34.14%
G = 8.03%
B = 57.83%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#551490 (or 0x551490) is known color: Indigo. HEX triplet: 55, 14 and 90. RGB value is (85,20,144). Sum of RGB (Red+Green+Blue) = 85+20+144=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #551490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551490 is #AAEB6F. Grayscale: #353535. Windows color (decimal): -11201392 or 9442389. OLE color: 9442389.

HSL color Cylindrical-coordinate representation of color #551490: hue angle of 271.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551490 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 20 144 -
CMYK 0.41 0.86 0 0.44
HSL 271.45º 0.76% 0.32% -
HSV(B) 271.45º 0.86% 0.56% -
XYZ 9.03 4.45 26.77 -
YUV 53.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 85 20 144 0.41 0.86 0 0.44 271.45 0.76 0.32
Hex 55 14 90 29 56 0 2C 10F 4C 20
Octal 125 24 220 51 126 0 54 417 114 40
Binary 1010101 10100 10010000 101001 1010110 0 101100 100001111 1001100 100000

Color Harmonies of #551490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551490

Black with #551490

Text Example


Text Example

White with #551490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551490; }

 p { color: rgb(85,20,144); }

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

background-color css

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

 a { background-color: rgb(85,20,144); }

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

border-color css

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

 span { border-color: rgb(85,20,144); }

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