#48019B

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

Shades of Indigo #48019B

Tints of Indigo #48019B

Color information

#48019B (or 0x48019B) is unknown color: approx Indigo. HEX triplet: 48, 01 and 9B. RGB value is (72,1,155). Sum of RGB (Red+Green+Blue) = 72+1+155=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 155 (60.94% from 255 or 67.98% from 228); Max value from RGB is 155 - color contains mainly: blue. Hex color #48019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48019B is #B7FE64. Grayscale: #272727. Windows color (decimal): -12058213 or 10158408. OLE color: 10158408.

HSL color Cylindrical-coordinate representation of color #48019B: hue angle of 267.66º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48019B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB721155-
CMYK0.540.9900.39
HSL267.66º98.72%30.59%-
HSV(B)267.66º99.35%60.78%-
XYZ8.63.7731.28-
YUV39.78193.02150.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 155 (60.94% from 255) = 67.98%
R=31.58%
G=0.44%
B=67.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7211550.540.9900.39267.6698.7230.59
Hex4819B366302710c631f
Octal11012336614304741414337
Binary100100011001101111011011000110100111100001100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,1,155); }

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

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

 a { background-color: rgb(72,1,155); }

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

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

 span { border-color: rgb(72,1,155); }

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