#4B1499

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

Shades of Indigo #4B1499

Tints of Indigo #4B1499

Color information

#4B1499 (or 0x4B1499) is unknown color: approx Indigo. HEX triplet: 4B, 14 and 99. RGB value is (75,20,153). Sum of RGB (Red+Green+Blue) = 75+20+153=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B1499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1499 is #B4EB66. Grayscale: #333333. Windows color (decimal): -11856743 or 10032203. OLE color: 10032203.

HSL color Cylindrical-coordinate representation of color #4B1499: hue angle of 264.81º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B1499 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7520153-
CMYK0.510.8700.4
HSL264.81º76.88%33.92%-
HSV(B)264.81º86.93%60%-
XYZ8.94.330.5-
YUV51.61185.22144.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=30.24%
G=8.06%
B=61.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75201530.510.8700.4264.8176.8833.92
Hex4B149933570281094d22
Octal113242316312705041111542
Binary10010111010010011001110011101011101010001000010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,153); }

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

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

 a { background-color: rgb(75,20,153); }

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

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

 span { border-color: rgb(75,20,153); }

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