#48006C

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

Shades of Indigo #48006C

Tints of Indigo #48006C

Color information

#48006C (or 0x48006C) is unknown color: approx Indigo. HEX triplet: 48, 00 and 6C. RGB value is (72,0,108). Sum of RGB (Red+Green+Blue) = 72+0+108=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #48006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48006C is #B7FF93. Grayscale: #212121. Windows color (decimal): -12058516 or 7077960. OLE color: 7077960.

HSL color Cylindrical-coordinate representation of color #48006C: hue angle of 280º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48006C is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB720108-
CMYK0.33100.58
HSL280º100%21.18%-
HSV(B)280º100%42.35%-
XYZ5.382.4614.38-
YUV33.84169.85155.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 60%
R=40%
G=0%
B=60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7201080.33100.5828010021.18
Hex4806C216403A1186415
Octal11001544114407243014425
Binary10010000110110010000111001000111010100011000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48006C; }

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

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

<style>
 a { background-color: #48006C; }

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

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

<style>
 span { border-color: #48006C; }

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

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