#4B0D91

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

Shades of Indigo #4B0D91

Tints of Indigo #4B0D91

Color information

#4B0D91 (or 0x4B0D91) is unknown color: approx Indigo. HEX triplet: 4B, 0D and 91. RGB value is (75,13,145). Sum of RGB (Red+Green+Blue) = 75+13+145=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0D91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0D91 is #B4F26E. Grayscale: #2E2E2E. Windows color (decimal): -11858543 or 9506123. OLE color: 9506123.

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

Color convert

RGB7513145-
CMYK0.480.9100.43
HSL268.18º83.54%30.98%-
HSV(B)268.18º91.03%56.86%-
XYZ8.163.8327.1-
YUV46.59183.54148.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 145 (57.03% from 255) = 62.23%
R=32.19%
G=5.58%
B=62.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75131450.480.9100.43268.1883.5430.98
Hex4BD91305B02B10c541f
Octal113152216013305341412437
Binary100101111011001000111000010110110101011100001100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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