#480A85

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

Shades of Indigo #480A85

Tints of Indigo #480A85

Color information

#480A85 (or 0x480A85) is unknown color: approx Indigo. HEX triplet: 48, 0A and 85. RGB value is (72,10,133). Sum of RGB (Red+Green+Blue) = 72+10+133=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #480A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480A85 is #B7F57A. Grayscale: #2A2A2A. Windows color (decimal): -12055931 or 8718920. OLE color: 8718920.

HSL color Cylindrical-coordinate representation of color #480A85: hue angle of 270.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480A85 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7210133-
CMYK0.460.9200.48
HSL270.24º86.01%28.04%-
HSV(B)270.24º92.48%52.16%-
XYZ7.013.2922.46-
YUV42.56179.04149-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 10 (4.30% from 255) = 4.65%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=33.49%
G=4.65%
B=61.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72101330.460.9200.48270.2486.0128.04
Hex48A852E5C03010e561c
Octal110122055613406041612634
Binary100100010101000010110111010111000110000100001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,10,133); }

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

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

 a { background-color: rgb(72,10,133); }

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

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

 span { border-color: rgb(72,10,133); }

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