#4B0B91

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

Shades of Indigo #4B0B91

Tints of Indigo #4B0B91

Color information

#4B0B91 (or 0x4B0B91) is unknown color: approx Indigo. HEX triplet: 4B, 0B and 91. RGB value is (75,11,145). Sum of RGB (Red+Green+Blue) = 75+11+145=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B0B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0B91 is #B4F46E. Grayscale: #2C2C2C. Windows color (decimal): -11859055 or 9505611. OLE color: 9505611.

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

Color convert

RGB7511145-
CMYK0.480.9200.43
HSL268.66º85.9%30.59%-
HSV(B)268.66º92.41%56.86%-
XYZ8.133.7827.09-
YUV45.41184.2149.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 145 (57.03% from 255) = 62.77%
R=32.47%
G=4.76%
B=62.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75111450.480.9200.43268.6685.930.59
Hex4BB91305C02B10d561f
Octal113132216013405341512637
Binary100101110111001000111000010111000101011100001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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