#48059A

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

Shades of Indigo #48059A

Tints of Indigo #48059A

Color information

#48059A (or 0x48059A) is unknown color: approx Indigo. HEX triplet: 48, 05 and 9A. RGB value is (72,5,154). Sum of RGB (Red+Green+Blue) = 72+5+154=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #48059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48059A is #B7FA65. Grayscale: #292929. Windows color (decimal): -12057190 or 10093896. OLE color: 10093896.

HSL color Cylindrical-coordinate representation of color #48059A: hue angle of 266.98º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48059A is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB725154-
CMYK0.530.9700.40
HSL266.98º93.71%31.18%-
HSV(B)266.98º96.75%60.39%-
XYZ8.563.8230.86-
YUV42.02191.2149.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=31.17%
G=2.16%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7251540.530.9700.40266.9893.7131.18
Hex4859A356102810b5e1f
Octal11052326514105041313637
Binary10010001011001101011010111000010101000100001011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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