#48038A

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

Shades of Indigo #48038A

Tints of Indigo #48038A

Color information

#48038A (or 0x48038A) is unknown color: approx Indigo. HEX triplet: 48, 03 and 8A. RGB value is (72,3,138). Sum of RGB (Red+Green+Blue) = 72+3+138=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #48038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #48038A is #B7FC75. Grayscale: #262626. Windows color (decimal): -12057718 or 9044808. OLE color: 9044808.

HSL color Cylindrical-coordinate representation of color #48038A: hue angle of 270.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48038A is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB723138-
CMYK0.480.9800.46
HSL270.67º95.74%27.65%-
HSV(B)270.67º97.83%54.12%-
XYZ7.293.2824.29-
YUV39.02183.86151.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=33.80%
G=1.41%
B=64.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7231380.480.9800.46270.6795.7427.65
Hex4838A306202E10f601c
Octal11032126014205641714034
Binary1001000111000101011000011000100101110100001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,3,138); }

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

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

 a { background-color: rgb(72,3,138); }

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

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

 span { border-color: rgb(72,3,138); }

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