#48067F

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

Shades of Indigo #48067F

Tints of Indigo #48067F

Color information

#48067F (or 0x48067F) is unknown color: approx Indigo. HEX triplet: 48, 06 and 7F. RGB value is (72,6,127). Sum of RGB (Red+Green+Blue) = 72+6+127=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #48067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48067F is #B7F980. Grayscale: #272727. Windows color (decimal): -12056961 or 8324680. OLE color: 8324680.

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

Color convert

RGB726127-
CMYK0.430.9500.50
HSL272.73º90.98%26.08%-
HSV(B)272.73º95.28%49.8%-
XYZ6.573.0420.32-
YUV39.53177.37151.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 127 (50% from 255) = 61.95%
R=35.12%
G=2.93%
B=61.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7261270.430.9500.50272.7390.9826.08
Hex4867F2B5F0321115b1a
Octal11061775313706242113332
Binary1001000110111111110101110111110110010100010001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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