#48129F

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

Shades of Indigo #48129F

Tints of Indigo #48129F

Color information

#48129F (or 0x48129F) is unknown color: approx Indigo. HEX triplet: 48, 12 and 9F. RGB value is (72,18,159). Sum of RGB (Red+Green+Blue) = 72+18+159=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #48129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48129F is #B7ED60. Grayscale: #313131. Windows color (decimal): -12053857 or 10424904. OLE color: 10424904.

HSL color Cylindrical-coordinate representation of color #48129F: hue angle of 262.98º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48129F is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7218159-
CMYK0.550.8900.38
HSL262.98º79.66%34.71%-
HSV(B)262.98º88.68%62.35%-
XYZ9.154.3133.15-
YUV50.22189.39143.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.92%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=28.92%
G=7.23%
B=63.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal72181590.550.8900.38262.9879.6634.71
Hex48129F37590261075023
Octal110222376713104640712043
Binary10010001001010011111110111101100101001101000001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48129F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48129F; }

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

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

<style>
 a { background-color: #48129F; }

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

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

<style>
 span { border-color: #48129F; }

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

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