#48076F

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

Shades of Indigo #48076F

Tints of Indigo #48076F

Color information

#48076F (or 0x48076F) is unknown color: approx Indigo. HEX triplet: 48, 07 and 6F. RGB value is (72,7,111). Sum of RGB (Red+Green+Blue) = 72+7+111=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #48076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48076F is #B7F890. Grayscale: #252525. Windows color (decimal): -12056721 or 7276360. OLE color: 7276360.

HSL color Cylindrical-coordinate representation of color #48076F: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48076F is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB727111-
CMYK0.350.9400.56
HSL277.5º88.14%23.14%-
HSV(B)277.5º93.69%43.53%-
XYZ5.622.6815.26-
YUV38.29169.03152.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 111 (43.75% from 255) = 58.42%
R=37.89%
G=3.68%
B=58.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7271110.350.9400.56277.588.1423.14
Hex4876F235E0381165817
Octal11071574313607042613027
Binary1001000111110111110001110111100111000100010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,7,111); }

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

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

 a { background-color: rgb(72,7,111); }

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

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

 span { border-color: rgb(72,7,111); }

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