#48167B

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

Shades of Indigo #48167B

Tints of Indigo #48167B

Color information

#48167B (or 0x48167B) is unknown color: approx Indigo. HEX triplet: 48, 16 and 7B. RGB value is (72,22,123). Sum of RGB (Red+Green+Blue) = 72+22+123=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #48167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48167B is #B7E984. Grayscale: #303030. Windows color (decimal): -12052869 or 8066632. OLE color: 8066632.

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

Color convert

RGB7222123-
CMYK0.410.8200.52
HSL269.7º69.66%28.43%-
HSV(B)269.7º82.11%48.24%-
XYZ6.533.3819.05-
YUV48.46170.06144.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=33.18%
G=10.14%
B=56.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72221230.410.8200.52269.769.6628.43
Hex48167B295203410e461c
Octal110261735112206441610634
Binary100100010110111101110100110100100110100100001110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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