#48147D

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

Shades of Indigo #48147D

Tints of Indigo #48147D

Color information

#48147D (or 0x48147D) is unknown color: approx Indigo. HEX triplet: 48, 14 and 7D. RGB value is (72,20,125). Sum of RGB (Red+Green+Blue) = 72+20+125=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #48147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48147D is #B7EB82. Grayscale: #2F2F2F. Windows color (decimal): -12053379 or 8197192. OLE color: 8197192.

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

Color convert

RGB7220125-
CMYK0.420.8400.51
HSL269.71º72.41%28.43%-
HSV(B)269.71º84%49.02%-
XYZ6.623.3619.7-
YUV47.52171.73145.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=33.18%
G=9.22%
B=57.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72201250.420.8400.51269.7172.4128.43
Hex48147D2A5403310e481c
Octal110241755212406341611034
Binary100100010100111110110101010101000110011100001110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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