#48088f

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

Shades of Indigo #48088F

Tints of Indigo #48088F

Color information

#48088F (or 0x48088F) is unknown color: approx Indigo. HEX triplet: 48, 08 and 8F. RGB value is (72,8,143). Sum of RGB (Red+Green+Blue) = 72+8+143=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #48088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48088F is #B7F770. Grayscale: #2A2A2A. Windows color (decimal): -12056433 or 9373768. OLE color: 9373768.

HSL color Cylindrical-coordinate representation of color #48088F: hue angle of 268.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48088F is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB728143-
CMYK0.500.9400.44
HSL268.44º89.4%29.61%-
HSV(B)268.44º94.41%56.08%-
XYZ7.723.5326.26-
YUV42.53184.7149.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 8 (3.52% from 255) = 3.59%
BLUE value IS 143 (56.25% from 255) = 64.13%
R=32.29%
G=3.59%
B=64.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7281430.500.9400.44268.4489.429.61
Hex4888F325E02C10c591e
Octal110102176213605441413136
Binary100100010001000111111001010111100101100100001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48088f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48088f; }

 p { color: rgb(72,8,143); }

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

<style>
 a { background-color: #48088f; }

 a { background-color: rgb(72,8,143); }

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

<style>
 span { border-color: #48088f; }

 span { border-color: rgb(72,8,143); }

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