#4F1289

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

Shades of Indigo #4F1289

Tints of Indigo #4F1289

Color information

#4F1289 (or 0x4F1289) is unknown color: approx Indigo. HEX triplet: 4F, 12 and 89. RGB value is (79,18,137). Sum of RGB (Red+Green+Blue) = 79+18+137=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F1289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1289 is #B0ED76. Grayscale: #313131. Windows color (decimal): -11595127 or 8983119. OLE color: 8983119.

HSL color Cylindrical-coordinate representation of color #4F1289: hue angle of 270.76º 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 #4F1289 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7918137-
CMYK0.420.8700.46
HSL270.76º76.77%30.39%-
HSV(B)270.76º86.86%53.73%-
XYZ7.963.924-
YUV49.8177.21148.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 137 (53.91% from 255) = 58.55%
R=33.76%
G=7.69%
B=58.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79181370.420.8700.46270.7676.7730.39
Hex4F12892A5702E10f4d1e
Octal117222115212705641711536
Binary1001111100101000100110101010101110101110100001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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