#4B016F

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

Shades of Indigo #4B016F

Tints of Indigo #4B016F

Color information

#4B016F (or 0x4B016F) is unknown color: approx Indigo. HEX triplet: 4B, 01 and 6F. RGB value is (75,1,111). Sum of RGB (Red+Green+Blue) = 75+1+111=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B016F is #B4FE90. Grayscale: #232323. Windows color (decimal): -11861649 or 7274827. OLE color: 7274827.

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

Color convert

RGB751111-
CMYK0.320.9900.56
HSL280.36º98.21%21.96%-
HSV(B)280.36º99.1%43.53%-
XYZ5.782.6715.25-
YUV35.67170.52156.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 111 (43.75% from 255) = 59.36%
R=40.11%
G=0.53%
B=59.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7511110.320.9900.56280.3698.2121.96
Hex4B16F20630381186216
Octal11311574014307043014226
Binary10010111110111110000011000110111000100011000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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