#480FAA

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

Shades of Indigo #480FAA

Tints of Indigo #480FAA

Color information

#480FAA (or 0x480FAA) is unknown color: approx Indigo. HEX triplet: 48, 0F and AA. RGB value is (72,15,170). Sum of RGB (Red+Green+Blue) = 72+15+170=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #480FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480FAA is #B7F055. Grayscale: #313131. Windows color (decimal): -12054614 or 11145032. OLE color: 11145032.

HSL color Cylindrical-coordinate representation of color #480FAA: hue angle of 262.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #480FAA is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7215170-
CMYK0.580.9100.33
HSL262.06º83.78%36.27%-
HSV(B)262.06º91.18%66.67%-
XYZ10.14.6238.39-
YUV49.71195.88143.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 15 (6.25% from 255) = 5.84%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=28.02%
G=5.84%
B=66.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72151700.580.9100.33262.0683.7836.27
Hex48FAA3A5B0211065424
Octal110172527213304140612444
Binary1001000111110101010111010101101101000011000001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,15,170); }

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

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

 a { background-color: rgb(72,15,170); }

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

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

 span { border-color: rgb(72,15,170); }

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