#4B198D

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

Shades of Indigo #4B198D

Tints of Indigo #4B198D

Color information

#4B198D (or 0x4B198D) is unknown color: approx Indigo. HEX triplet: 4B, 19 and 8D. RGB value is (75,25,141). Sum of RGB (Red+Green+Blue) = 75+25+141=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B198D is #B4E672. Grayscale: #343434. Windows color (decimal): -11855475 or 9247051. OLE color: 9247051.

HSL color Cylindrical-coordinate representation of color #4B198D: hue angle of 265.86º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B198D is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7525141-
CMYK0.470.8200.45
HSL265.86º69.88%32.55%-
HSV(B)265.86º82.27%55.29%-
XYZ8.064.1125.57-
YUV53.17177.56143.57-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=31.12%
G=10.37%
B=58.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75251410.470.8200.45265.8669.8832.55
Hex4B198D2F5202D10a4621
Octal113312155712205541210641
Binary10010111100110001101101111101001001011011000010101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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