#4B1293

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

Shades of Indigo #4B1293

Tints of Indigo #4B1293

Color information

#4B1293 (or 0x4B1293) is unknown color: approx Indigo. HEX triplet: 4B, 12 and 93. RGB value is (75,18,147). Sum of RGB (Red+Green+Blue) = 75+18+147=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B1293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1293 is #B4ED6C. Grayscale: #313131. Windows color (decimal): -11857261 or 9638475. OLE color: 9638475.

HSL color Cylindrical-coordinate representation of color #4B1293: hue angle of 266.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1293 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7518147-
CMYK0.490.8800.42
HSL266.51º78.18%32.35%-
HSV(B)266.51º87.76%57.65%-
XYZ8.384.0427.94-
YUV49.75182.88146.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 18 (7.42% from 255) = 7.5%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=31.25%
G=7.5%
B=61.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75181470.490.8800.42266.5178.1832.35
Hex4B1293315802A10b4e20
Octal113222236113005241311640
Binary10010111001010010011110001101100001010101000010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,18,147); }

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

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

 a { background-color: rgb(75,18,147); }

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

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

 span { border-color: rgb(75,18,147); }

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