#48157A

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

Shades of Indigo #48157A

Tints of Indigo #48157A

Color information

#48157A (or 0x48157A) is unknown color: approx Indigo. HEX triplet: 48, 15 and 7A. RGB value is (72,21,122). Sum of RGB (Red+Green+Blue) = 72+21+122=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #48157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48157A is #B7EA85. Grayscale: #2F2F2F. Windows color (decimal): -12053126 or 8000840. OLE color: 8000840.

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

Color convert

RGB7221122-
CMYK0.410.8300.52
HSL270.3º70.63%28.04%-
HSV(B)270.3º82.79%47.84%-
XYZ6.453.3218.71-
YUV47.76169.9145.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=33.49%
G=9.77%
B=56.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72211220.410.8300.52270.370.6328.04
Hex48157A295303410e471c
Octal110251725112306441610734
Binary100100010101111101010100110100110110100100001110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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