#48037A

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

Shades of Indigo #48037A

Tints of Indigo #48037A

Color information

#48037A (or 0x48037A) is unknown color: approx Indigo. HEX triplet: 48, 03 and 7A. RGB value is (72,3,122). Sum of RGB (Red+Green+Blue) = 72+3+122=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #48037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48037A is #B7FC85. Grayscale: #242424. Windows color (decimal): -12057734 or 7996232. OLE color: 7996232.

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

Color convert

RGB723122-
CMYK0.410.9800.52
HSL274.79º95.2%24.51%-
HSV(B)274.79º97.54%47.84%-
XYZ6.222.8518.63-
YUV37.2175.86152.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=36.55%
G=1.52%
B=61.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7231220.410.9800.52274.7995.224.51
Hex4837A29620341135f19
Octal11031725114206442313731
Binary100100011111101010100111000100110100100010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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