#480C6D

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

Shades of Indigo #480C6D

Tints of Indigo #480C6D

Color information

#480C6D (or 0x480C6D) is unknown color: approx Indigo. HEX triplet: 48, 0C and 6D. RGB value is (72,12,109). Sum of RGB (Red+Green+Blue) = 72+12+109=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #480C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480C6D is #B7F392. Grayscale: #282828. Windows color (decimal): -12055443 or 7146568. OLE color: 7146568.

HSL color Cylindrical-coordinate representation of color #480C6D: hue angle of 277.11º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480C6D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7212109-
CMYK0.340.8900.57
HSL277.11º80.17%23.73%-
HSV(B)277.11º88.99%42.75%-
XYZ5.562.7414.7-
YUV41166.38150.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.31%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=37.31%
G=6.22%
B=56.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72121090.340.8900.57277.1180.1723.73
Hex48C6D22590391155018
Octal110141554213107142512030
Binary10010001100110110110001010110010111001100010101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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