#4B0B73

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

Shades of Indigo #4B0B73

Tints of Indigo #4B0B73

Color information

#4B0B73 (or 0x4B0B73) is unknown color: approx Indigo. HEX triplet: 4B, 0B and 73. RGB value is (75,11,115). Sum of RGB (Red+Green+Blue) = 75+11+115=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B0B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0B73 is #B4F48C. Grayscale: #292929. Windows color (decimal): -11859085 or 7539531. OLE color: 7539531.

HSL color Cylindrical-coordinate representation of color #4B0B73: hue angle of 276.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0B73 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7511115-
CMYK0.350.9000.55
HSL276.92º82.54%24.71%-
HSV(B)276.92º90.43%45.1%-
XYZ6.122.9716.47-
YUV41.99169.2151.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=37.31%
G=5.47%
B=57.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75111150.350.9000.55276.9282.5424.71
Hex4BB73235A0371155319
Octal113131634313206742512331
Binary10010111011111001110001110110100110111100010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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