#4B1A99

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

Shades of Indigo #4B1A99

Tints of Indigo #4B1A99

Color information

#4B1A99 (or 0x4B1A99) is unknown color: approx Indigo. HEX triplet: 4B, 1A and 99. RGB value is (75,26,153). Sum of RGB (Red+Green+Blue) = 75+26+153=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B1A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1A99 is #B4E566. Grayscale: #363636. Windows color (decimal): -11855207 or 10033739. OLE color: 10033739.

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

Color convert

RGB7526153-
CMYK0.510.8300.4
HSL263.15º70.95%35.1%-
HSV(B)263.15º83.01%60%-
XYZ9.024.5330.54-
YUV55.13183.23142.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.53%
GREEN value IS 26 (10.55% from 255) = 10.24%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=29.53%
G=10.24%
B=60.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75261530.510.8300.4263.1570.9535.1
Hex4B1A9933530281074723
Octal113322316312305040710743
Binary10010111101010011001110011101001101010001000001111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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