#48059E

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

Shades of Indigo #48059E

Tints of Indigo #48059E

Color information

#48059E (or 0x48059E) is unknown color: approx Indigo. HEX triplet: 48, 05 and 9E. RGB value is (72,5,158). Sum of RGB (Red+Green+Blue) = 72+5+158=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #48059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48059E is #B7FA61. Grayscale: #292929. Windows color (decimal): -12057186 or 10356040. OLE color: 10356040.

HSL color Cylindrical-coordinate representation of color #48059E: hue angle of 266.27º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48059E is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB725158-
CMYK0.540.9700.38
HSL266.27º93.87%31.96%-
HSV(B)266.27º96.84%61.96%-
XYZ8.93.9532.64-
YUV42.47193.2149.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 158 (62.11% from 255) = 67.23%
R=30.64%
G=2.13%
B=67.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7251580.540.9700.38266.2793.8731.96
Hex4859E366102610a5e20
Octal11052366614104641213640
Binary100100010110011110110110110000101001101000010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,5,158); }

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

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

 a { background-color: rgb(72,5,158); }

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

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

 span { border-color: rgb(72,5,158); }

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