#4B015F

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

Shades of Indigo #4B015F

Tints of Indigo #4B015F

Color information

#4B015F (or 0x4B015F) is unknown color: approx Indigo. HEX triplet: 4B, 01 and 5F. RGB value is (75,1,95). Sum of RGB (Red+Green+Blue) = 75+1+95=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B015F is #B4FEA0. Grayscale: #212121. Windows color (decimal): -11861665 or 6226251. OLE color: 6226251.

HSL color Cylindrical-coordinate representation of color #4B015F: hue angle of 287.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B015F is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB75195-
CMYK0.210.9900.63
HSL287.23º97.92%18.82%-
HSV(B)287.23º98.95%37.25%-
XYZ4.982.3411.02-
YUV33.84162.52157.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=43.86%
G=0.58%
B=55.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal751950.210.9900.63287.2397.9218.82
Hex4B15F156303F11f6213
Octal11311372514307743714223
Binary1001011110111111010111000110111111100011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,1,95); }

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

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

 a { background-color: rgb(75,1,95); }

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

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

 span { border-color: rgb(75,1,95); }

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