Html Css Color HEX #550AAB Indigo

📋 copy color: '#550AAB'

red 85 ◦ green 10 ◦ blue 171

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

Shades of Indigo #550AAB

Tints of Indigo #550AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 31.95%
G = 3.76%
B = 64.29%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550AAB (or 0x550AAB) is known color: Indigo. HEX triplet: 55, 0A and AB. RGB value is (85,10,171). Sum of RGB (Red+Green+Blue) = 85+10+171=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #550AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550AAB is #AAF554. Grayscale: #323232. Windows color (decimal): -11203925 or 11209301. OLE color: 11209301.

HSL color Cylindrical-coordinate representation of color #550AAB: hue angle of 267.95º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550AAB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 10 171 -
CMYK 0.50 0.94 0 0.33
HSL 267.95º 0.89% 0.35% -
HSV(B) 267.95º 0.94% 0.67% -
XYZ 11.21 5.09 38.92 -
YUV 50.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 85 10 171 0.50 0.94 0 0.33 267.95 0.89 0.35
Hex 55 A AB 32 5E 0 21 10C 59 23
Octal 125 12 253 62 136 0 41 414 131 43
Binary 1010101 1010 10101011 110010 1011110 0 100001 100001100 1011001 100011

Color Harmonies of #550AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550AAB

Black with #550AAB

Text Example


Text Example

White with #550AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550AAB; }

 p { color: rgb(85,10,171); }

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

background-color css

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

 a { background-color: rgb(85,10,171); }

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

border-color css

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

 span { border-color: rgb(85,10,171); }

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