#4B119A

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

Shades of Indigo #4B119A

Tints of Indigo #4B119A

Color information

#4B119A (or 0x4B119A) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 9A. RGB value is (75,17,154). Sum of RGB (Red+Green+Blue) = 75+17+154=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #4B119A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B119A is #B4EE65. Grayscale: #313131. Windows color (decimal): -11857510 or 10096971. OLE color: 10096971.

HSL color Cylindrical-coordinate representation of color #4B119A: hue angle of 265.4º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B119A is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7517154-
CMYK0.510.8900.40
HSL265.4º80.12%33.53%-
HSV(B)265.4º88.96%60.39%-
XYZ8.934.2330.92-
YUV49.96186.72145.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 154 (60.55% from 255) = 62.60%
R=30.49%
G=6.91%
B=62.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal75171540.510.8900.40265.480.1233.53
Hex4B119A33590281095022
Octal113212326313105041112042
Binary10010111000110011010110011101100101010001000010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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