#480393

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

Shades of Indigo #480393

Tints of Indigo #480393

Color information

#480393 (or 0x480393) is unknown color: approx Indigo. HEX triplet: 48, 03 and 93. RGB value is (72,3,147). Sum of RGB (Red+Green+Blue) = 72+3+147=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #480393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480393 is #B7FC6C. Grayscale: #272727. Windows color (decimal): -12057709 or 9634632. OLE color: 9634632.

HSL color Cylindrical-coordinate representation of color #480393: hue angle of 268.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480393 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB723147-
CMYK0.510.9800.42
HSL268.75º96%29.41%-
HSV(B)268.75º97.96%57.65%-
XYZ7.973.5527.87-
YUV40.05188.36150.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 147 (57.81% from 255) = 66.22%
R=32.43%
G=1.35%
B=66.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7231470.510.9800.42268.759629.41
Hex48393336202A10d601d
Octal11032236314205241514035
Binary1001000111001001111001111000100101010100001101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480393; }

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

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

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

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

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

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

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

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