#4B045F

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

Shades of Indigo #4B045F

Tints of Indigo #4B045F

Color information

#4B045F (or 0x4B045F) is unknown color: approx Indigo. HEX triplet: 4B, 04 and 5F. RGB value is (75,4,95). Sum of RGB (Red+Green+Blue) = 75+4+95=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B045F is #B4FBA0. Grayscale: #232323. Windows color (decimal): -11860897 or 6227019. OLE color: 6227019.

HSL color Cylindrical-coordinate representation of color #4B045F: hue angle of 286.81º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B045F is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB75495-
CMYK0.210.9600.63
HSL286.81º91.92%19.41%-
HSV(B)286.81º95.79%37.25%-
XYZ5.012.4111.03-
YUV35.6161.52156.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 95 (37.5% from 255) = 54.60%
R=43.10%
G=2.30%
B=54.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal754950.210.9600.63286.8191.9219.41
Hex4B45F156003F11f5c13
Octal11341372514007743713423
Binary100101110010111111010111000000111111100011111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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