#480C72

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

Shades of Indigo #480C72

Tints of Indigo #480C72

Color information

#480C72 (or 0x480C72) is unknown color: approx Indigo. HEX triplet: 48, 0C and 72. RGB value is (72,12,114). Sum of RGB (Red+Green+Blue) = 72+12+114=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #480C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C72 is #B7F38D. Grayscale: #292929. Windows color (decimal): -12055438 or 7474248. OLE color: 7474248.

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

Color convert

RGB7212114-
CMYK0.370.8900.55
HSL275.29º80.95%24.71%-
HSV(B)275.29º89.47%44.71%-
XYZ5.842.8616.16-
YUV41.57168.88149.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 12 (5.08% from 255) = 6.06%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=36.36%
G=6.06%
B=57.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72121140.370.8900.55275.2980.9524.71
Hex48C7225590371135119
Octal110141624513106742312131
Binary10010001100111001010010110110010110111100010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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