#4B1693

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

Shades of Indigo #4B1693

Tints of Indigo #4B1693

Color information

#4B1693 (or 0x4B1693) is unknown color: approx Indigo. HEX triplet: 4B, 16 and 93. RGB value is (75,22,147). Sum of RGB (Red+Green+Blue) = 75+22+147=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B1693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B1693 is #B4E96C. Grayscale: #333333. Windows color (decimal): -11856237 or 9639499. OLE color: 9639499.

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

Color convert

RGB7522147-
CMYK0.490.8500.42
HSL265.44º73.96%33.14%-
HSV(B)265.44º85.03%57.65%-
XYZ8.464.1827.96-
YUV52.1181.56144.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 147 (57.81% from 255) = 60.25%
R=30.74%
G=9.02%
B=60.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75221470.490.8500.42265.4473.9633.14
Hex4B1693315502A1094a21
Octal113262236112505241111241
Binary10010111011010010011110001101010101010101000010011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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