#4B199F

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

Shades of Indigo #4B199F

Tints of Indigo #4B199F

Color information

#4B199F (or 0x4B199F) is unknown color: approx Indigo. HEX triplet: 4B, 19 and 9F. RGB value is (75,25,159). Sum of RGB (Red+Green+Blue) = 75+25+159=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B199F is #B4E660. Grayscale: #363636. Windows color (decimal): -11855457 or 10426699. OLE color: 10426699.

HSL color Cylindrical-coordinate representation of color #4B199F: hue angle of 262.39º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B199F is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7525159-
CMYK0.530.8400.38
HSL262.39º72.83%36.08%-
HSV(B)262.39º84.28%62.35%-
XYZ9.514.6933.21-
YUV55.23186.56142.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.96%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 159 (62.5% from 255) = 61.39%
R=28.96%
G=9.65%
B=61.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75251590.530.8400.38262.3972.8336.08
Hex4B199F35540261064924
Octal113312376512404640611144
Binary10010111100110011111110101101010001001101000001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,159); }

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

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

 a { background-color: rgb(75,25,159); }

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

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

 span { border-color: rgb(75,25,159); }

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