#4B1993

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

Shades of Indigo #4B1993

Tints of Indigo #4B1993

Color information

#4B1993 (or 0x4B1993) is unknown color: approx Indigo. HEX triplet: 4B, 19 and 93. RGB value is (75,25,147). Sum of RGB (Red+Green+Blue) = 75+25+147=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B1993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1993 is #B4E66C. Grayscale: #353535. Windows color (decimal): -11855469 or 9640267. OLE color: 9640267.

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

Color convert

RGB7525147-
CMYK0.490.8300.42
HSL264.59º70.93%33.73%-
HSV(B)264.59º82.99%57.65%-
XYZ8.524.327.98-
YUV53.86180.56143.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 147 (57.81% from 255) = 59.51%
R=30.36%
G=10.12%
B=59.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75251470.490.8300.42264.5970.9333.73
Hex4B1993315302A1094722
Octal113312236112305241110742
Binary10010111100110010011110001101001101010101000010011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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