#4B047D

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

Shades of Indigo #4B047D

Tints of Indigo #4B047D

Color information

#4B047D (or 0x4B047D) is unknown color: approx Indigo. HEX triplet: 4B, 04 and 7D. RGB value is (75,4,125). Sum of RGB (Red+Green+Blue) = 75+4+125=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B047D is #B4FB82. Grayscale: #262626. Windows color (decimal): -11860867 or 8193099. OLE color: 8193099.

HSL color Cylindrical-coordinate representation of color #4B047D: hue angle of 275.21º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B047D is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB754125-
CMYK0.400.9700.51
HSL275.21º93.8%25.29%-
HSV(B)275.21º96.8%49.02%-
XYZ6.653.0619.64-
YUV39.02176.52153.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 125 (49.22% from 255) = 61.27%
R=36.76%
G=1.96%
B=61.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7541250.400.9700.51275.2193.825.29
Hex4B47D28610331135e19
Octal11341755014106342313631
Binary1001011100111110110100011000010110011100010011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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