#48016F

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

Shades of Indigo #48016F

Tints of Indigo #48016F

Color information

#48016F (or 0x48016F) is unknown color: approx Indigo. HEX triplet: 48, 01 and 6F. RGB value is (72,1,111). Sum of RGB (Red+Green+Blue) = 72+1+111=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #48016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48016F is #B7FE90. Grayscale: #222222. Windows color (decimal): -12058257 or 7274824. OLE color: 7274824.

HSL color Cylindrical-coordinate representation of color #48016F: hue angle of 278.73º 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 #48016F is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB721111-
CMYK0.350.9900.56
HSL278.73º98.21%21.96%-
HSV(B)278.73º99.1%43.53%-
XYZ5.552.5515.24-
YUV34.77171.02154.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 111 (43.75% from 255) = 60.33%
R=39.13%
G=0.54%
B=60.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7211110.350.9900.56278.7398.2121.96
Hex4816F23630381176216
Octal11011574314307042714226
Binary10010001110111110001111000110111000100010111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48016F; }

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

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

<style>
 a { background-color: #48016F; }

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

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

<style>
 span { border-color: #48016F; }

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

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