#4B159F

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

Shades of Indigo #4B159F

Tints of Indigo #4B159F

Color information

#4B159F (or 0x4B159F) is unknown color: approx Indigo. HEX triplet: 4B, 15 and 9F. RGB value is (75,21,159). Sum of RGB (Red+Green+Blue) = 75+21+159=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B159F is #B4EA60. Grayscale: #343434. Windows color (decimal): -11856481 or 10425675. OLE color: 10425675.

HSL color Cylindrical-coordinate representation of color #4B159F: hue angle of 263.48º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B159F is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7521159-
CMYK0.530.8700.38
HSL263.48º76.67%35.29%-
HSV(B)263.48º86.79%62.35%-
XYZ9.434.5433.18-
YUV52.88187.89143.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=29.41%
G=8.24%
B=62.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75211590.530.8700.38263.4876.6735.29
Hex4B159F35570261074d23
Octal113252376512704640711543
Binary10010111010110011111110101101011101001101000001111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,21,159); }

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

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

 a { background-color: rgb(75,21,159); }

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

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

 span { border-color: rgb(75,21,159); }

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