#48087B

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

Shades of Indigo #48087B

Tints of Indigo #48087B

Color information

#48087B (or 0x48087B) is unknown color: approx Indigo. HEX triplet: 48, 08 and 7B. RGB value is (72,8,123). Sum of RGB (Red+Green+Blue) = 72+8+123=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #48087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48087B is #B7F784. Grayscale: #272727. Windows color (decimal): -12056453 or 8063048. OLE color: 8063048.

HSL color Cylindrical-coordinate representation of color #48087B: hue angle of 273.39º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48087B is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB728123-
CMYK0.410.9300.52
HSL273.39º87.79%25.69%-
HSV(B)273.39º93.5%48.24%-
XYZ6.332.9818.98-
YUV40.25174.7150.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 123 (48.44% from 255) = 60.59%
R=35.47%
G=3.94%
B=60.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7281230.410.9300.52273.3987.7925.69
Hex4887B295D034111581a
Octal110101735113506442113032
Binary10010001000111101110100110111010110100100010001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48087B; }

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

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

<style>
 a { background-color: #48087B; }

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

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

<style>
 span { border-color: #48087B; }

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

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