#48137B

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

Shades of Indigo #48137B

Tints of Indigo #48137B

Color information

#48137B (or 0x48137B) is unknown color: approx Indigo. HEX triplet: 48, 13 and 7B. RGB value is (72,19,123). Sum of RGB (Red+Green+Blue) = 72+19+123=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #48137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48137B is #B7EC84. Grayscale: #2E2E2E. Windows color (decimal): -12053637 or 8065864. OLE color: 8065864.

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

Color convert

RGB7219123-
CMYK0.410.8500.52
HSL270.58º73.24%27.84%-
HSV(B)270.58º84.55%48.24%-
XYZ6.483.2719.03-
YUV46.7171.06146.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 123 (48.44% from 255) = 57.48%
R=33.64%
G=8.88%
B=57.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72191230.410.8500.52270.5873.2427.84
Hex48137B295503410f491c
Octal110231735112506441711134
Binary100100010011111101110100110101010110100100001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48137B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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