#4b1991

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

Shades of Indigo #4B1991

Tints of Indigo #4B1991

Color information

#4B1991 (or 0x4B1991) is unknown color: approx Indigo. HEX triplet: 4B, 19 and 91. RGB value is (75,25,145). Sum of RGB (Red+Green+Blue) = 75+25+145=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B1991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1991 is #B4E66E. Grayscale: #353535. Windows color (decimal): -11855471 or 9509195. OLE color: 9509195.

HSL color Cylindrical-coordinate representation of color #4B1991: hue angle of 265º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B1991 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7525145-
CMYK0.480.8300.43
HSL265º70.59%33.33%-
HSV(B)265º82.76%56.86%-
XYZ8.364.2427.16-
YUV53.63179.56143.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.61%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=30.61%
G=10.20%
B=59.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75251450.480.8300.4326570.5933.33
Hex4B1991305302B1094721
Octal113312216012305341110741
Binary10010111100110010001110000101001101010111000010011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b1991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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