#48127C

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

Shades of Indigo #48127C

Tints of Indigo #48127C

Color information

#48127C (or 0x48127C) is unknown color: approx Indigo. HEX triplet: 48, 12 and 7C. RGB value is (72,18,124). Sum of RGB (Red+Green+Blue) = 72+18+124=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #48127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48127C is #B7ED83. Grayscale: #2D2D2D. Windows color (decimal): -12053892 or 8131144. OLE color: 8131144.

HSL color Cylindrical-coordinate representation of color #48127C: hue angle of 270.57º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48127C is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7218124-
CMYK0.420.8500.51
HSL270.57º74.65%27.84%-
HSV(B)270.57º85.48%48.63%-
XYZ6.533.2719.36-
YUV46.23171.89146.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=33.64%
G=8.41%
B=57.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72181240.420.8500.51270.5774.6527.84
Hex48127C2A5503310f4b1c
Octal110221745212506341711334
Binary100100010010111110010101010101010110011100001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48127C; }

 p { color: rgb(72,18,124); }

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

<style>
 a { background-color: #48127C; }

 a { background-color: rgb(72,18,124); }

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

<style>
 span { border-color: #48127C; }

 span { border-color: rgb(72,18,124); }

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