#4B147F

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

Shades of Indigo #4B147F

Tints of Indigo #4B147F

Color information

#4B147F (or 0x4B147F) is unknown color: approx Indigo. HEX triplet: 4B, 14 and 7F. RGB value is (75,20,127). Sum of RGB (Red+Green+Blue) = 75+20+127=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #4B147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B147F is #B4EB80. Grayscale: #303030. Windows color (decimal): -11856769 or 8328267. OLE color: 8328267.

HSL color Cylindrical-coordinate representation of color #4B147F: hue angle of 270.84º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B147F is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7520127-
CMYK0.410.8400.50
HSL270.84º72.79%28.82%-
HSV(B)270.84º84.25%49.8%-
XYZ6.983.5320.39-
YUV48.64172.22146.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 127 (50% from 255) = 57.21%
R=33.78%
G=9.01%
B=57.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75201270.410.8400.50270.8472.7928.82
Hex4B147F295403210f491d
Octal113241775112406241711135
Binary100101110100111111110100110101000110010100001111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,127); }

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

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

 a { background-color: rgb(75,20,127); }

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

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

 span { border-color: rgb(75,20,127); }

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