#48109E

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

Shades of Indigo #48109E

Tints of Indigo #48109E

Color information

#48109E (or 0x48109E) is unknown color: approx Indigo. HEX triplet: 48, 10 and 9E. RGB value is (72,16,158). Sum of RGB (Red+Green+Blue) = 72+16+158=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #48109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48109E is #B7EF61. Grayscale: #303030. Windows color (decimal): -12054370 or 10358856. OLE color: 10358856.

HSL color Cylindrical-coordinate representation of color #48109E: hue angle of 263.66º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48109E is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7216158-
CMYK0.540.9000.38
HSL263.66º81.61%34.12%-
HSV(B)263.66º89.87%61.96%-
XYZ9.034.2232.69-
YUV48.93189.55144.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=29.27%
G=6.50%
B=64.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72161580.540.9000.38263.6681.6134.12
Hex48109E365A0261085222
Octal110202366613204641012242
Binary10010001000010011110110110101101001001101000010001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48109E; }

 p { color: rgb(72,16,158); }

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

<style>
 a { background-color: #48109E; }

 a { background-color: rgb(72,16,158); }

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

<style>
 span { border-color: #48109E; }

 span { border-color: rgb(72,16,158); }

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