#48118E

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

Shades of Indigo #48118E

Tints of Indigo #48118E

Color information

#48118E (or 0x48118E) is unknown color: approx Indigo. HEX triplet: 48, 11 and 8E. RGB value is (72,17,142). Sum of RGB (Red+Green+Blue) = 72+17+142=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #48118E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48118E is #B7EE71. Grayscale: #2F2F2F. Windows color (decimal): -12054130 or 9310536. OLE color: 9310536.

HSL color Cylindrical-coordinate representation of color #48118E: hue angle of 266.4º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48118E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7217142-
CMYK0.490.8800.44
HSL266.4º78.62%31.18%-
HSV(B)266.4º88.03%55.69%-
XYZ7.763.7325.9-
YUV47.69181.22145.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=31.17%
G=7.36%
B=61.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72171420.490.8800.44266.478.6231.18
Hex48118E315802C10a4f1f
Octal110212166113005441211737
Binary1001000100011000111011000110110000101100100001010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,17,142); }

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

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

 a { background-color: rgb(72,17,142); }

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

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

 span { border-color: rgb(72,17,142); }

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