#48037B

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

Shades of Indigo #48037B

Tints of Indigo #48037B

Color information

#48037B (or 0x48037B) is unknown color: approx Indigo. HEX triplet: 48, 03 and 7B. RGB value is (72,3,123). Sum of RGB (Red+Green+Blue) = 72+3+123=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #48037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48037B is #B7FC84. Grayscale: #242424. Windows color (decimal): -12057733 or 8061768. OLE color: 8061768.

HSL color Cylindrical-coordinate representation of color #48037B: hue angle of 274.5º 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 #48037B is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB723123-
CMYK0.410.9800.52
HSL274.5º95.24%24.71%-
HSV(B)274.5º97.56%48.24%-
XYZ6.282.8718.96-
YUV37.31176.36152.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=36.36%
G=1.52%
B=62.12%

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
Decimal7231230.410.9800.52274.595.2424.71
Hex4837B29620341125f19
Octal11031735114206442213731
Binary100100011111101110100111000100110100100010010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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