#55147A

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

Shades of Indigo #55147A

Tints of Indigo #55147A

Color information

#55147A (or 0x55147A) is unknown color: approx Indigo. HEX triplet: 55, 14 and 7A. RGB value is (85,20,122). Sum of RGB (Red+Green+Blue) = 85+20+122=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #55147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55147A is #AAEB85. Grayscale: #323232. Windows color (decimal): -11201414 or 8000597. OLE color: 8000597.

HSL color Cylindrical-coordinate representation of color #55147A: hue angle of 278.24º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55147A is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8520122-
CMYK0.300.8400.52
HSL278.24º71.83%27.84%-
HSV(B)278.24º83.61%47.84%-
XYZ7.513.8418.76-
YUV51.06168.03152.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 122 (48.05% from 255) = 53.74%
R=37.44%
G=8.81%
B=53.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85201220.300.8400.52278.2471.8327.84
Hex55147A1E54034116481c
Octal125241723612406442611034
Binary10101011010011110101111010101000110100100010110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55147A; }

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

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

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

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

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

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

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

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