#4B119C

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

Shades of Indigo #4B119C

Tints of Indigo #4B119C

Color information

#4B119C (or 0x4B119C) is unknown color: approx Indigo. HEX triplet: 4B, 11 and 9C. RGB value is (75,17,156). Sum of RGB (Red+Green+Blue) = 75+17+156=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B119C is #B4EE63. Grayscale: #313131. Windows color (decimal): -11857508 or 10228043. OLE color: 10228043.

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

Color convert

RGB7517156-
CMYK0.520.8900.39
HSL265.04º80.35%33.92%-
HSV(B)265.04º89.1%61.18%-
XYZ9.14.331.8-
YUV50.19187.72145.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 156 (61.33% from 255) = 62.90%
R=30.24%
G=6.85%
B=62.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75171560.520.8900.39265.0480.3533.92
Hex4B119C34590271095022
Octal113212346413104741112042
Binary10010111000110011100110100101100101001111000010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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