#48107D

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

Shades of Indigo #48107D

Tints of Indigo #48107D

Color information

#48107D (or 0x48107D) is unknown color: approx Indigo. HEX triplet: 48, 10 and 7D. RGB value is (72,16,125). Sum of RGB (Red+Green+Blue) = 72+16+125=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #48107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48107D is #B7EF82. Grayscale: #2C2C2C. Windows color (decimal): -12054403 or 8196168. OLE color: 8196168.

HSL color Cylindrical-coordinate representation of color #48107D: hue angle of 270.83º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48107D is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7216125-
CMYK0.420.8700.51
HSL270.83º77.3%27.65%-
HSV(B)270.83º87.2%49.02%-
XYZ6.563.2319.68-
YUV45.17173.05147.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=33.80%
G=7.51%
B=58.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72161250.420.8700.51270.8377.327.65
Hex48107D2A5703310f4d1c
Octal110201755212706341711534
Binary100100010000111110110101010101110110011100001111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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