#4B116E

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

Shades of Indigo #4B116E

Tints of Indigo #4B116E

Color information

#4B116E (or 0x4B116E) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 6E. RGB value is (75,17,110). Sum of RGB (Red+Green+Blue) = 75+17+110=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B116E is #B4EE91. Grayscale: #2C2C2C. Windows color (decimal): -11857554 or 7213387. OLE color: 7213387.

HSL color Cylindrical-coordinate representation of color #4B116E: hue angle of 277.42º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B116E is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7517110-
CMYK0.320.8500.57
HSL277.42º73.23%24.9%-
HSV(B)277.42º84.55%43.14%-
XYZ5.923.0215.02-
YUV44.94164.72149.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=37.13%
G=8.42%
B=54.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75171100.320.8500.57277.4273.2324.9
Hex4B116E20550391154919
Octal113211564012507142511131
Binary100101110001110111010000010101010111001100010101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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