#4B0BA0

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

Shades of Indigo #4B0BA0

Tints of Indigo #4B0BA0

Color information

#4B0BA0 (or 0x4B0BA0) is unknown color: approx Indigo. HEX triplet: 4B, 0B and A0. RGB value is (75,11,160). Sum of RGB (Red+Green+Blue) = 75+11+160=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B0BA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0BA0 is #B4F45F. Grayscale: #2E2E2E. Windows color (decimal): -11859040 or 10488651. OLE color: 10488651.

HSL color Cylindrical-coordinate representation of color #4B0BA0: hue angle of 265.77º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0BA0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7511160-
CMYK0.530.9300.37
HSL265.77º87.13%33.53%-
HSV(B)265.77º93.12%62.75%-
XYZ9.374.2733.59-
YUV47.12191.7147.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 160 (62.89% from 255) = 65.04%
R=30.49%
G=4.47%
B=65.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal75111600.530.9300.37265.7787.1333.53
Hex4BBA0355D02510a5722
Octal113132406513504541212742
Binary1001011101110100000110101101110101001011000010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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