#480394

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

Shades of Indigo #480394

Tints of Indigo #480394

Color information

#480394 (or 0x480394) is unknown color: approx Indigo. HEX triplet: 48, 03 and 94. RGB value is (72,3,148). Sum of RGB (Red+Green+Blue) = 72+3+148=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #480394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480394 is #B7FC6B. Grayscale: #272727. Windows color (decimal): -12057708 or 9700168. OLE color: 9700168.

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

Color convert

RGB723148-
CMYK0.510.9800.42
HSL268.55º96.03%29.61%-
HSV(B)268.55º97.97%58.04%-
XYZ8.053.5828.28-
YUV40.16188.86150.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 148 (58.20% from 255) = 66.37%
R=32.29%
G=1.35%
B=66.37%

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
Decimal7231480.510.9800.42268.5596.0329.61
Hex48394336202A10d601e
Octal11032246314205241514036
Binary1001000111001010011001111000100101010100001101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480394; }

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

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

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

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

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

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

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

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