#48158B

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

Shades of Indigo #48158B

Tints of Indigo #48158B

Color information

#48158B (or 0x48158B) is unknown color: approx Indigo. HEX triplet: 48, 15 and 8B. RGB value is (72,21,139). Sum of RGB (Red+Green+Blue) = 72+21+139=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #48158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48158B is #B7EA74. Grayscale: #313131. Windows color (decimal): -12053109 or 9114952. OLE color: 9114952.

HSL color Cylindrical-coordinate representation of color #48158B: hue angle of 265.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48158B is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7221139-
CMYK0.480.8500.45
HSL265.93º73.75%31.37%-
HSV(B)265.93º84.89%54.51%-
XYZ7.63.7824.75-
YUV49.7178.4143.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=31.03%
G=9.05%
B=59.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72211390.480.8500.45265.9373.7531.37
Hex48158B305502D10a4a1f
Octal110252136012505541211237
Binary1001000101011000101111000010101010101101100001010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,21,139); }

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

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

 a { background-color: rgb(72,21,139); }

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

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

 span { border-color: rgb(72,21,139); }

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