#480572

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

Shades of Indigo #480572

Tints of Indigo #480572

Color information

#480572 (or 0x480572) is unknown color: approx Indigo. HEX triplet: 48, 05 and 72. RGB value is (72,5,114). Sum of RGB (Red+Green+Blue) = 72+5+114=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #480572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480572 is #B7FA8D. Grayscale: #252525. Windows color (decimal): -12057230 or 7472456. OLE color: 7472456.

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

Color convert

RGB725114-
CMYK0.370.9600.55
HSL276.88º91.6%23.33%-
HSV(B)276.88º95.61%44.71%-
XYZ5.762.716.14-
YUV37.46171.2152.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=37.70%
G=2.62%
B=59.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7251140.370.9600.55276.8891.623.33
Hex4857225600371155c17
Octal11051624514006742513427
Binary1001000101111001010010111000000110111100010101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480572; }

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

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

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

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

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

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

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

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