#4A159B

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

Shades of Indigo #4A159B

Tints of Indigo #4A159B

Color information

#4A159B (or 0x4A159B) is unknown color: approx Indigo. HEX triplet: 4A, 15 and 9B. RGB value is (74,21,155). Sum of RGB (Red+Green+Blue) = 74+21+155=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A159B is #B5EA64. Grayscale: #333333. Windows color (decimal): -11922021 or 10163530. OLE color: 10163530.

HSL color Cylindrical-coordinate representation of color #4A159B: hue angle of 263.73º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A159B is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7421155-
CMYK0.520.8600.39
HSL263.73º76.14%34.51%-
HSV(B)263.73º86.45%60.78%-
XYZ9.014.3631.38-
YUV52.12186.06143.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 155 (60.94% from 255) = 62%
R=29.6%
G=8.4%
B=62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74211550.520.8600.39263.7376.1434.51
Hex4A159B34560271084c23
Octal112252336412604741011443
Binary10010101010110011011110100101011001001111000010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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