Html Css Color HEX #551A89 Indigo

📋 copy color: '#551A89'

red 85 ◦ green 26 ◦ blue 137

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

Shades of Indigo #551A89

Tints of Indigo #551A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 137 (53.91% from 255) = 55.24%

R = 34.27%
G = 10.48%
B = 55.24%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#551A89 (or 0x551A89) is known color: Indigo. HEX triplet: 55, 1A and 89. RGB value is (85,26,137). Sum of RGB (Red+Green+Blue) = 85+26+137=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #551A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551A89 is #AAE576. Grayscale: #373737. Windows color (decimal): -11199863 or 8985173. OLE color: 8985173.

HSL color Cylindrical-coordinate representation of color #551A89: hue angle of 271.89º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551A89 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 26 137 -
CMYK 0.38 0.81 0 0.46
HSL 271.89º 0.68% 0.32% -
HSV(B) 271.89º 0.81% 0.54% -
XYZ 8.63 4.48 24.08 -
YUV 56.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 85 26 137 0.38 0.81 0 0.46 271.89 0.68 0.32
Hex 55 1A 89 26 51 0 2E 110 44 20
Octal 125 32 211 46 121 0 56 420 104 40
Binary 1010101 11010 10001001 100110 1010001 0 101110 100010000 1000100 100000

Color Harmonies of #551A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551A89

Black with #551A89

Text Example


Text Example

White with #551A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551A89; }

 p { color: rgb(85,26,137); }

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

background-color css

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

 a { background-color: rgb(85,26,137); }

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

border-color css

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

 span { border-color: rgb(85,26,137); }

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