#480B72

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

Shades of Indigo #480B72

Tints of Indigo #480B72

Color information

#480B72 (or 0x480B72) is unknown color: approx Indigo. HEX triplet: 48, 0B and 72. RGB value is (72,11,114). Sum of RGB (Red+Green+Blue) = 72+11+114=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #480B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B72 is #B7F48D. Grayscale: #282828. Windows color (decimal): -12055694 or 7473992. OLE color: 7473992.

HSL color Cylindrical-coordinate representation of color #480B72: hue angle of 275.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480B72 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7211114-
CMYK0.370.9000.55
HSL275.53º82.4%24.51%-
HSV(B)275.53º90.35%44.71%-
XYZ5.832.8316.16-
YUV40.98169.21150.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=36.55%
G=5.58%
B=57.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72111140.370.9000.55275.5382.424.51
Hex48B72255A0371145219
Octal110131624513206742412231
Binary10010001011111001010010110110100110111100010100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B72; }

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

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

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

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

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

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

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

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