#4B058B

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

Shades of Indigo #4B058B

Tints of Indigo #4B058B

Color information

#4B058B (or 0x4B058B) is unknown color: approx Indigo. HEX triplet: 4B, 05 and 8B. RGB value is (75,5,139). Sum of RGB (Red+Green+Blue) = 75+5+139=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058B is #B4FA74. Grayscale: #282828. Windows color (decimal): -11860597 or 9110859. OLE color: 9110859.

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

Color convert

RGB755139-
CMYK0.460.9600.45
HSL271.34º93.06%28.24%-
HSV(B)271.34º96.4%54.51%-
XYZ7.623.4724.69-
YUV41.21183.19152.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 139 (54.69% from 255) = 63.47%
R=34.25%
G=2.28%
B=63.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7551390.460.9600.45271.3493.0628.24
Hex4B58B2E6002D10f5d1c
Octal11352135614005541713534
Binary10010111011000101110111011000000101101100001111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,139); }

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

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

 a { background-color: rgb(75,5,139); }

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

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

 span { border-color: rgb(75,5,139); }

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