#4B0D73

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

Shades of Indigo #4B0D73

Tints of Indigo #4B0D73

Color information

#4B0D73 (or 0x4B0D73) is unknown color: approx Indigo. HEX triplet: 4B, 0D and 73. RGB value is (75,13,115). Sum of RGB (Red+Green+Blue) = 75+13+115=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0D73 is #B4F28C. Grayscale: #2A2A2A. Windows color (decimal): -11858573 or 7540043. OLE color: 7540043.

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

Color convert

RGB7513115-
CMYK0.350.8900.55
HSL276.47º79.69%25.1%-
HSV(B)276.47º88.7%45.1%-
XYZ6.143.0216.48-
YUV43.17168.54150.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=36.95%
G=6.40%
B=56.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75131150.350.8900.55276.4779.6925.1
Hex4BD7323590371145019
Octal113151634313106742412031
Binary10010111101111001110001110110010110111100010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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