#4D1289

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

Shades of Indigo #4D1289

Tints of Indigo #4D1289

Color information

#4D1289 (or 0x4D1289) is unknown color: approx Indigo. HEX triplet: 4D, 12 and 89. RGB value is (77,18,137). Sum of RGB (Red+Green+Blue) = 77+18+137=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D1289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1289 is #B2ED76. Grayscale: #303030. Windows color (decimal): -11726199 or 8983117. OLE color: 8983117.

HSL color Cylindrical-coordinate representation of color #4D1289: hue angle of 269.75º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1289 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7718137-
CMYK0.440.8700.46
HSL269.75º76.77%30.39%-
HSV(B)269.75º86.86%53.73%-
XYZ7.793.8223.99-
YUV49.21177.55147.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=33.19%
G=7.76%
B=59.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77181370.440.8700.46269.7576.7730.39
Hex4D12892C5702E10e4d1e
Octal115222115412705641611536
Binary1001101100101000100110110010101110101110100001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D1289; }

 p { color: rgb(77,18,137); }

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

<style>
 a { background-color: #4D1289; }

 a { background-color: rgb(77,18,137); }

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

<style>
 span { border-color: #4D1289; }

 span { border-color: rgb(77,18,137); }

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