#48107A

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

Shades of Indigo #48107A

Tints of Indigo #48107A

Color information

#48107A (or 0x48107A) is unknown color: approx Indigo. HEX triplet: 48, 10 and 7A. RGB value is (72,16,122). Sum of RGB (Red+Green+Blue) = 72+16+122=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #48107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48107A is #B7EF85. Grayscale: #2C2C2C. Windows color (decimal): -12054406 or 7999560. OLE color: 7999560.

HSL color Cylindrical-coordinate representation of color #48107A: hue angle of 271.7º 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 #48107A is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7216122-
CMYK0.410.8700.52
HSL271.7º76.81%27.06%-
HSV(B)271.7º86.89%47.84%-
XYZ6.373.1518.69-
YUV44.83171.55147.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=34.29%
G=7.62%
B=58.10%

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
Decimal72161220.410.8700.52271.776.8127.06
Hex48107A29570341104d1b
Octal110201725112706442011533
Binary100100010000111101010100110101110110100100010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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