#48107B

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

Shades of Indigo #48107B

Tints of Indigo #48107B

Color information

#48107B (or 0x48107B) is unknown color: approx Indigo. HEX triplet: 48, 10 and 7B. RGB value is (72,16,123). Sum of RGB (Red+Green+Blue) = 72+16+123=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #48107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48107B is #B7EF84. Grayscale: #2C2C2C. Windows color (decimal): -12054405 or 8065096. OLE color: 8065096.

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

Color convert

RGB7216123-
CMYK0.410.8700.52
HSL271.4º76.98%27.25%-
HSV(B)271.4º86.99%48.24%-
XYZ6.433.1819.01-
YUV44.94172.05147.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 123 (48.44% from 255) = 58.29%
R=34.12%
G=7.58%
B=58.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72161230.410.8700.52271.476.9827.25
Hex48107B295703410f4d1b
Octal110201735112706441711533
Binary100100010000111101110100110101110110100100001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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