#55127C

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

Shades of Indigo #55127C

Tints of Indigo #55127C

Color information

#55127C (or 0x55127C) is unknown color: approx Indigo. HEX triplet: 55, 12 and 7C. RGB value is (85,18,124). Sum of RGB (Red+Green+Blue) = 85+18+124=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #55127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55127C is #AAED83. Grayscale: #313131. Windows color (decimal): -11201924 or 8131157. OLE color: 8131157.

HSL color Cylindrical-coordinate representation of color #55127C: hue angle of 277.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55127C is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8518124-
CMYK0.310.8500.51
HSL277.92º74.65%27.84%-
HSV(B)277.92º85.48%48.63%-
XYZ7.63.8219.41-
YUV50.12169.7152.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=37.44%
G=7.93%
B=54.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85181240.310.8500.51277.9274.6527.84
Hex55127C1F550331164b1c
Octal125221743712506342611334
Binary10101011001011111001111110101010110011100010110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55127C; }

 p { color: rgb(85,18,124); }

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

<style>
 a { background-color: #55127C; }

 a { background-color: rgb(85,18,124); }

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

<style>
 span { border-color: #55127C; }

 span { border-color: rgb(85,18,124); }

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