#48137E

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

Shades of Indigo #48137E

Tints of Indigo #48137E

Color information

#48137E (or 0x48137E) is unknown color: approx Indigo. HEX triplet: 48, 13 and 7E. RGB value is (72,19,126). Sum of RGB (Red+Green+Blue) = 72+19+126=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #48137E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137E is #B7EC81. Grayscale: #2E2E2E. Windows color (decimal): -12053634 or 8262472. OLE color: 8262472.

HSL color Cylindrical-coordinate representation of color #48137E: hue angle of 269.72º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48137E is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7219126-
CMYK0.430.8500.51
HSL269.72º73.79%28.43%-
HSV(B)269.72º84.92%49.41%-
XYZ6.673.3520.03-
YUV47.04172.56145.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 126 (49.61% from 255) = 58.06%
R=33.18%
G=8.76%
B=58.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72191260.430.8500.51269.7273.7928.43
Hex48137E2B5503310e4a1c
Octal110231765312506341611234
Binary100100010011111111010101110101010110011100001110100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48137E; }

 p { color: rgb(72,19,126); }

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

<style>
 a { background-color: #48137E; }

 a { background-color: rgb(72,19,126); }

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

<style>
 span { border-color: #48137E; }

 span { border-color: rgb(72,19,126); }

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