#4B0372

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

Shades of Indigo #4B0372

Tints of Indigo #4B0372

Color information

#4B0372 (or 0x4B0372) is unknown color: approx Indigo. HEX triplet: 4B, 03 and 72. RGB value is (75,3,114). Sum of RGB (Red+Green+Blue) = 75+3+114=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0372 is #B4FC8D. Grayscale: #242424. Windows color (decimal): -11861134 or 7471947. OLE color: 7471947.

HSL color Cylindrical-coordinate representation of color #4B0372: hue angle of 278.92º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0372 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB753114-
CMYK0.340.9700.55
HSL278.92º94.87%22.94%-
HSV(B)278.92º97.37%44.71%-
XYZ5.972.7816.14-
YUV37.18171.35154.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.06%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=39.06%
G=1.56%
B=59.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7531140.340.9700.55278.9294.8722.94
Hex4B37222610371175f17
Octal11331624214106742713727
Binary100101111111001010001011000010110111100010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,114); }

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

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

 a { background-color: rgb(75,3,114); }

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

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

 span { border-color: rgb(75,3,114); }

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