#4B056A

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

Shades of Indigo #4B056A

Tints of Indigo #4B056A

Color information

#4B056A (or 0x4B056A) is unknown color: approx Indigo. HEX triplet: 4B, 05 and 6A. RGB value is (75,5,106). Sum of RGB (Red+Green+Blue) = 75+5+106=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B056A is #B4FA95. Grayscale: #252525. Windows color (decimal): -11860630 or 6948171. OLE color: 6948171.

HSL color Cylindrical-coordinate representation of color #4B056A: hue angle of 281.58º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B056A is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB755106-
CMYK0.290.9500.58
HSL281.58º90.99%21.76%-
HSV(B)281.58º95.28%41.57%-
XYZ5.562.6513.85-
YUV37.44166.69154.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.32%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 106 (41.80% from 255) = 56.99%
R=40.32%
G=2.69%
B=56.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7551060.290.9500.58281.5890.9921.76
Hex4B56A1D5F03A11a5b16
Octal11351523513707243213326
Binary100101110111010101110110111110111010100011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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