#480462

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

Shades of Indigo #480462

Tints of Indigo #480462

Color information

#480462 (or 0x480462) is unknown color: approx Indigo. HEX triplet: 48, 04 and 62. RGB value is (72,4,98). Sum of RGB (Red+Green+Blue) = 72+4+98=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #480462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480462 is #B7FB9D. Grayscale: #222222. Windows color (decimal): -12057502 or 6423624. OLE color: 6423624.

HSL color Cylindrical-coordinate representation of color #480462: hue angle of 283.4º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480462 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72498-
CMYK0.270.9600.62
HSL283.4º92.16%20%-
HSV(B)283.4º95.92%38.43%-
XYZ4.922.3511.75-
YUV35.05163.53154.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=41.38%
G=2.30%
B=56.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal724980.270.9600.62283.492.1620
Hex484621B6003E11b5c14
Octal11041423314007643313424
Binary100100010011000101101111000000111110100011011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480462; }

 p { color: rgb(72,4,98); }

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

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

 a { background-color: rgb(72,4,98); }

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

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

 span { border-color: rgb(72,4,98); }

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