#4B116C

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

Shades of Indigo #4B116C

Tints of Indigo #4B116C

Color information

#4B116C (or 0x4B116C) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 6C. RGB value is (75,17,108). Sum of RGB (Red+Green+Blue) = 75+17+108=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B116C is #B4EE93. Grayscale: #2C2C2C. Windows color (decimal): -11857556 or 7082315. OLE color: 7082315.

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

Color convert

RGB7517108-
CMYK0.310.8400.58
HSL278.24º72.8%24.51%-
HSV(B)278.24º84.26%42.35%-
XYZ5.812.9814.46-
YUV44.72163.72149.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 8.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=37.5%
G=8.5%
B=54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75171080.310.8400.58278.2472.824.51
Hex4B116C1F5403A1164919
Octal113211543712407242611131
Binary10010111000111011001111110101000111010100010110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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