#4B0D9B

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

Shades of Indigo #4B0D9B

Tints of Indigo #4B0D9B

Color information

#4B0D9B (or 0x4B0D9B) is unknown color: approx Indigo. HEX triplet: 4B, 0D and 9B. RGB value is (75,13,155). Sum of RGB (Red+Green+Blue) = 75+13+155=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B0D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0D9B is #B4F264. Grayscale: #2F2F2F. Windows color (decimal): -11858533 or 10161483. OLE color: 10161483.

HSL color Cylindrical-coordinate representation of color #4B0D9B: hue angle of 266.2º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0D9B is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7513155-
CMYK0.520.9200.39
HSL266.2º84.52%32.94%-
HSV(B)266.2º91.61%60.78%-
XYZ8.964.1531.34-
YUV47.73188.54147.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.86%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=30.86%
G=5.35%
B=63.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75131550.520.9200.39266.284.5232.94
Hex4BD9B345C02710a5521
Octal113152336413404741212541
Binary1001011110110011011110100101110001001111000010101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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