#480972

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

Shades of Indigo #480972

Tints of Indigo #480972

Color information

#480972 (or 0x480972) is unknown color: approx Indigo. HEX triplet: 48, 09 and 72. RGB value is (72,9,114). Sum of RGB (Red+Green+Blue) = 72+9+114=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #480972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480972 is #B7F68D. Grayscale: #272727. Windows color (decimal): -12056206 or 7473480. OLE color: 7473480.

HSL color Cylindrical-coordinate representation of color #480972: hue angle of 276º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480972 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB729114-
CMYK0.370.9200.55
HSL276º85.37%24.12%-
HSV(B)276º92.11%44.71%-
XYZ5.812.7916.15-
YUV39.81169.87150.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 114 (44.92% from 255) = 58.46%
R=36.92%
G=4.62%
B=58.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7291140.370.9200.5527685.3724.12
Hex48972255C0371145518
Octal110111624513406742412530
Binary10010001001111001010010110111000110111100010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480972; }

 p { color: rgb(72,9,114); }

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

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

 a { background-color: rgb(72,9,114); }

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

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

 span { border-color: rgb(72,9,114); }

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