#4B0472

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

Shades of Indigo #4B0472

Tints of Indigo #4B0472

Color information

#4B0472 (or 0x4B0472) is unknown color: approx Indigo. HEX triplet: 4B, 04 and 72. RGB value is (75,4,114). Sum of RGB (Red+Green+Blue) = 75+4+114=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0472 is #B4FB8D. Grayscale: #252525. Windows color (decimal): -11860878 or 7472203. OLE color: 7472203.

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

Color convert

RGB754114-
CMYK0.340.9600.55
HSL278.73º93.22%23.14%-
HSV(B)278.73º96.49%44.71%-
XYZ5.982.816.14-
YUV37.77171.02154.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.86%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=38.86%
G=2.07%
B=59.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7541140.340.9600.55278.7393.2223.14
Hex4B47222600371175d17
Octal11341624214006742713527
Binary1001011100111001010001011000000110111100010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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