#4B0986

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

Shades of Indigo #4B0986

Tints of Indigo #4B0986

Color information

#4B0986 (or 0x4B0986) is unknown color: approx Indigo. HEX triplet: 4B, 09 and 86. RGB value is (75,9,134). Sum of RGB (Red+Green+Blue) = 75+9+134=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #4B0986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0986 is #B4F679. Grayscale: #2A2A2A. Windows color (decimal): -11859578 or 8784203. OLE color: 8784203.

HSL color Cylindrical-coordinate representation of color #4B0986: hue angle of 271.68º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0986 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB759134-
CMYK0.440.9300.47
HSL271.68º87.41%28.04%-
HSV(B)271.68º93.28%52.55%-
XYZ7.33.4122.83-
YUV42.98179.37150.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 134 (52.73% from 255) = 61.47%
R=34.40%
G=4.13%
B=61.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7591340.440.9300.47271.6887.4128.04
Hex4B9862C5D02F110571c
Octal113112065413505742012734
Binary100101110011000011010110010111010101111100010000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,9,134); }

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

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

 a { background-color: rgb(75,9,134); }

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

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

 span { border-color: rgb(75,9,134); }

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