#55129B

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

Shades of Indigo #55129B

Tints of Indigo #55129B

Color information

#55129B (or 0x55129B) is unknown color: approx Indigo. HEX triplet: 55, 12 and 9B. RGB value is (85,18,155). Sum of RGB (Red+Green+Blue) = 85+18+155=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #55129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55129B is #AAED64. Grayscale: #353535. Windows color (decimal): -11201893 or 10162773. OLE color: 10162773.

HSL color Cylindrical-coordinate representation of color #55129B: hue angle of 269.34º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55129B is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8518155-
CMYK0.450.8800.39
HSL269.34º79.19%33.92%-
HSV(B)269.34º88.39%60.78%-
XYZ9.884.7331.4-
YUV53.65185.2150.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 155 (60.94% from 255) = 60.08%
R=32.95%
G=6.98%
B=60.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85181550.450.8800.39269.3479.1933.92
Hex55129B2D5802710d4f22
Octal125222335513004741511742
Binary10101011001010011011101101101100001001111000011011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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