#4B116A

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

Shades of Indigo #4B116A

Tints of Indigo #4B116A

Color information

#4B116A (or 0x4B116A) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 6A. RGB value is (75,17,106). Sum of RGB (Red+Green+Blue) = 75+17+106=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 106 (41.80% from 255 or 53.54% from 198); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B116A is #B4EE95. Grayscale: #2C2C2C. Windows color (decimal): -11857558 or 6951243. OLE color: 6951243.

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

Color convert

RGB7517106-
CMYK0.290.8400.58
HSL279.1º72.36%24.12%-
HSV(B)279.1º83.96%41.57%-
XYZ5.72.9413.9-
YUV44.49162.72149.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 106 (41.80% from 255) = 53.54%
R=37.88%
G=8.59%
B=53.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75171060.290.8400.58279.172.3624.12
Hex4B116A1D5403A1174818
Octal113211523512407242711030
Binary10010111000111010101110110101000111010100010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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