#48147A

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

Shades of Indigo #48147A

Tints of Indigo #48147A

Color information

#48147A (or 0x48147A) is unknown color: approx Indigo. HEX triplet: 48, 14 and 7A. RGB value is (72,20,122). Sum of RGB (Red+Green+Blue) = 72+20+122=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #48147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48147A is #B7EB85. Grayscale: #2E2E2E. Windows color (decimal): -12053382 or 8000584. OLE color: 8000584.

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

Color convert

RGB7220122-
CMYK0.410.8400.52
HSL270.59º71.83%27.84%-
HSV(B)270.59º83.61%47.84%-
XYZ6.443.2818.71-
YUV47.18170.23145.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=33.64%
G=9.35%
B=57.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72201220.410.8400.52270.5971.8327.84
Hex48147A295403410f481c
Octal110241725112406441711034
Binary100100010100111101010100110101000110100100001111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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