#48168B

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

Shades of Indigo #48168B

Tints of Indigo #48168B

Color information

#48168B (or 0x48168B) is unknown color: approx Indigo. HEX triplet: 48, 16 and 8B. RGB value is (72,22,139). Sum of RGB (Red+Green+Blue) = 72+22+139=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #48168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48168B is #B7E974. Grayscale: #313131. Windows color (decimal): -12052853 or 9115208. OLE color: 9115208.

HSL color Cylindrical-coordinate representation of color #48168B: hue angle of 265.64º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48168B is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7222139-
CMYK0.480.8400.45
HSL265.64º72.67%31.57%-
HSV(B)265.64º84.17%54.51%-
XYZ7.623.8224.76-
YUV50.29178.06143.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 139 (54.69% from 255) = 59.66%
R=30.90%
G=9.44%
B=59.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72221390.480.8400.45265.6472.6731.57
Hex48168B305402D10a4920
Octal110262136012405541211140
Binary10010001011010001011110000101010001011011000010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48168B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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