#48016C

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

Shades of Indigo #48016C

Tints of Indigo #48016C

Color information

#48016C (or 0x48016C) is unknown color: approx Indigo. HEX triplet: 48, 01 and 6C. RGB value is (72,1,108). Sum of RGB (Red+Green+Blue) = 72+1+108=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #48016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48016C is #B7FE93. Grayscale: #222222. Windows color (decimal): -12058260 or 7078216. OLE color: 7078216.

HSL color Cylindrical-coordinate representation of color #48016C: hue angle of 279.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48016C is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB721108-
CMYK0.330.9900.58
HSL279.81º98.17%21.37%-
HSV(B)279.81º99.07%42.35%-
XYZ5.392.4814.38-
YUV34.43169.52154.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=39.78%
G=0.55%
B=59.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7211080.330.9900.58279.8198.1721.37
Hex4816C216303A1186215
Octal11011544114307243014225
Binary10010001110110010000111000110111010100011000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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