#4A158F

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

Shades of Indigo #4A158F

Tints of Indigo #4A158F

Color information

#4A158F (or 0x4A158F) is unknown color: approx Indigo. HEX triplet: 4A, 15 and 8F. RGB value is (74,21,143). Sum of RGB (Red+Green+Blue) = 74+21+143=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 143 (56.25% from 255 or 60.08% from 238); Max value from RGB is 143 - color contains mainly: blue. Hex color #4A158F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A158F is #B5EA70. Grayscale: #323232. Windows color (decimal): -11922033 or 9377098. OLE color: 9377098.

HSL color Cylindrical-coordinate representation of color #4A158F: hue angle of 266.07º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A158F is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7421143-
CMYK0.480.8500.44
HSL266.07º74.39%32.16%-
HSV(B)266.07º85.31%56.08%-
XYZ8.053.9826.33-
YUV50.76180.06144.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 143 (56.25% from 255) = 60.08%
R=31.09%
G=8.82%
B=60.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74211430.480.8500.44266.0774.3932.16
Hex4A158F305502C10a4a20
Octal112252176012505441211240
Binary10010101010110001111110000101010101011001000010101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,143); }

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

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

 a { background-color: rgb(74,21,143); }

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

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

 span { border-color: rgb(74,21,143); }

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