#480CA3

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

Shades of Indigo #480CA3

Tints of Indigo #480CA3

Color information

#480CA3 (or 0x480CA3) is unknown color: approx Indigo. HEX triplet: 48, 0C and A3. RGB value is (72,12,163). Sum of RGB (Red+Green+Blue) = 72+12+163=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #480CA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480CA3 is #B7F35C. Grayscale: #2E2E2E. Windows color (decimal): -12055389 or 10685512. OLE color: 10685512.

HSL color Cylindrical-coordinate representation of color #480CA3: hue angle of 263.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480CA3 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7212163-
CMYK0.560.9300.36
HSL263.84º86.29%34.31%-
HSV(B)263.84º92.64%63.92%-
XYZ9.414.2934.98-
YUV47.15193.38145.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 163 (64.06% from 255) = 65.99%
R=29.15%
G=4.86%
B=65.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72121630.560.9300.36263.8486.2934.31
Hex48CA3385D0241085622
Octal110142437013504441012642
Binary1001000110010100011111000101110101001001000010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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