#480468

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

Shades of Indigo #480468

Tints of Indigo #480468

Color information

#480468 (or 0x480468) is unknown color: approx Indigo. HEX triplet: 48, 04 and 68. RGB value is (72,4,104). Sum of RGB (Red+Green+Blue) = 72+4+104=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #480468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480468 is #B7FB97. Grayscale: #232323. Windows color (decimal): -12057496 or 6816840. OLE color: 6816840.

HSL color Cylindrical-coordinate representation of color #480468: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480468 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB724104-
CMYK0.310.9600.59
HSL280.8º92.59%21.18%-
HSV(B)280.8º96.15%40.78%-
XYZ5.212.4613.3-
YUV35.73166.53153.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=40%
G=2.22%
B=57.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7241040.310.9600.59280.892.5921.18
Hex484681F6003B1195d15
Octal11041503714007343113525
Binary100100010011010001111111000000111011100011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480468; }

 p { color: rgb(72,4,104); }

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

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

 a { background-color: rgb(72,4,104); }

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

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

 span { border-color: rgb(72,4,104); }

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