#48167D

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

Shades of Indigo #48167D

Tints of Indigo #48167D

Color information

#48167D (or 0x48167D) is unknown color: approx Indigo. HEX triplet: 48, 16 and 7D. RGB value is (72,22,125). Sum of RGB (Red+Green+Blue) = 72+22+125=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #48167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48167D is #B7E982. Grayscale: #303030. Windows color (decimal): -12052867 or 8197704. OLE color: 8197704.

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

Color convert

RGB7222125-
CMYK0.420.8200.51
HSL269.13º70.07%28.82%-
HSV(B)269.13º82.4%49.02%-
XYZ6.663.4319.71-
YUV48.69171.06144.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=32.88%
G=10.05%
B=57.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72221250.420.8200.51269.1370.0728.82
Hex48167D2A5203310d461d
Octal110261755212206341510635
Binary100100010110111110110101010100100110011100001101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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