#48057A

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

Shades of Indigo #48057A

Tints of Indigo #48057A

Color information

#48057A (or 0x48057A) is unknown color: approx Indigo. HEX triplet: 48, 05 and 7A. RGB value is (72,5,122). Sum of RGB (Red+Green+Blue) = 72+5+122=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #48057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48057A is #B7FA85. Grayscale: #252525. Windows color (decimal): -12057222 or 7996744. OLE color: 7996744.

HSL color Cylindrical-coordinate representation of color #48057A: hue angle of 274.36º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48057A is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB725122-
CMYK0.410.9600.52
HSL274.36º92.13%24.9%-
HSV(B)274.36º95.9%47.84%-
XYZ6.242.8918.64-
YUV38.37175.2151.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=36.18%
G=2.51%
B=61.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7251220.410.9600.52274.3692.1324.9
Hex4857A29600341125c19
Octal11051725114006442213431
Binary1001000101111101010100111000000110100100010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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