#550BA4

Color #550BA4 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550BA4

Tints of Indigo #550BA4

Color information

#550BA4 (or 0x550BA4) is unknown color: approx Indigo. HEX triplet: 55, 0B and A4. RGB value is (85,11,164). Sum of RGB (Red+Green+Blue) = 85+11+164=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #550BA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BA4 is #AAF45B. Grayscale: #323232. Windows color (decimal): -11203676 or 10750805. OLE color: 10750805.

HSL color Cylindrical-coordinate representation of color #550BA4: hue angle of 269.02º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550BA4 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8511164-
CMYK0.480.9300.36
HSL269.02º87.43%34.31%-
HSV(B)269.02º93.29%64.31%-
XYZ10.574.8535.5-
YUV50.57192.02152.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 11 (4.69% from 255) = 4.23%
BLUE value IS 164 (64.45% from 255) = 63.08%
R=32.69%
G=4.23%
B=63.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85111640.480.9300.36269.0287.4334.31
Hex55BA4305D02410d5722
Octal125132446013504441512742
Binary1010101101110100100110000101110101001001000011011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,11,164); }

 H1.HeaderClassName
 {
   color: #550BA4;
 }
 .AnyTagClassName
 {
   color: #550BA4;
 }
</style>
background-color css

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

 a { background-color: rgb(85,11,164); }

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

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

 span { border-color: rgb(85,11,164); }

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