#48005D

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

Shades of Indigo #48005D

Tints of Indigo #48005D

Color information

#48005D (or 0x48005D) is unknown color: approx Indigo. HEX triplet: 48, 00 and 5D. RGB value is (72,0,93). Sum of RGB (Red+Green+Blue) = 72+0+93=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #48005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48005D is #B7FFA2. Grayscale: #1F1F1F. Windows color (decimal): -12058531 or 6094920. OLE color: 6094920.

HSL color Cylindrical-coordinate representation of color #48005D: hue angle of 286.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48005D is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72093-
CMYK0.23100.64
HSL286.45º100%18.24%-
HSV(B)286.45º100%36.47%-
XYZ4.652.1710.53-
YUV32.13162.35156.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=43.64%
G=0%
B=56.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal720930.23100.64286.4510018.24
Hex4805D176404011e6412
Octal110013527144010043614422
Binary10010000101110110111110010001000000100011110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,0,93); }

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

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

 a { background-color: rgb(72,0,93); }

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

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

 span { border-color: rgb(72,0,93); }

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