#48067E

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

Shades of Indigo #48067E

Tints of Indigo #48067E

Color information

#48067E (or 0x48067E) is unknown color: approx Indigo. HEX triplet: 48, 06 and 7E. RGB value is (72,6,126). Sum of RGB (Red+Green+Blue) = 72+6+126=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 126 (49.61% from 255 or 61.76% from 204); Max value from RGB is 126 - color contains mainly: blue. Hex color #48067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48067E is #B7F981. Grayscale: #272727. Windows color (decimal): -12056962 or 8259144. OLE color: 8259144.

HSL color Cylindrical-coordinate representation of color #48067E: hue angle of 273º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48067E is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB726126-
CMYK0.430.9500.51
HSL273º90.91%25.88%-
HSV(B)273º95.24%49.41%-
XYZ6.53.0119.98-
YUV39.41176.87151.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 6 (2.73% from 255) = 2.94%
BLUE value IS 126 (49.61% from 255) = 61.76%
R=35.29%
G=2.94%
B=61.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7261260.430.9500.5127390.9125.88
Hex4867E2B5F0331115b1a
Octal11061765313706342113332
Binary1001000110111111010101110111110110011100010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48067E; }

 p { color: rgb(72,6,126); }

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

<style>
 a { background-color: #48067E; }

 a { background-color: rgb(72,6,126); }

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

<style>
 span { border-color: #48067E; }

 span { border-color: rgb(72,6,126); }

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