#55147B

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

Shades of Indigo #55147B

Tints of Indigo #55147B

Color information

#55147B (or 0x55147B) is unknown color: approx Indigo. HEX triplet: 55, 14 and 7B. RGB value is (85,20,123). Sum of RGB (Red+Green+Blue) = 85+20+123=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #55147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55147B is #AAEB84. Grayscale: #323232. Windows color (decimal): -11201413 or 8066133. OLE color: 8066133.

HSL color Cylindrical-coordinate representation of color #55147B: hue angle of 277.86º 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 #55147B is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8520123-
CMYK0.310.8400.52
HSL277.86º72.03%28.04%-
HSV(B)277.86º83.74%48.24%-
XYZ7.573.8619.09-
YUV51.18168.53152.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=37.28%
G=8.77%
B=53.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85201230.310.8400.52277.8672.0328.04
Hex55147B1F54034116481c
Octal125241733712406442611034
Binary10101011010011110111111110101000110100100010110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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