#480A62

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

Shades of Indigo #480A62

Tints of Indigo #480A62

Color information

#480A62 (or 0x480A62) is unknown color: approx Indigo. HEX triplet: 48, 0A and 62. RGB value is (72,10,98). Sum of RGB (Red+Green+Blue) = 72+10+98=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #480A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480A62 is #B7F59D. Grayscale: #262626. Windows color (decimal): -12055966 or 6425160. OLE color: 6425160.

HSL color Cylindrical-coordinate representation of color #480A62: hue angle of 282.27º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480A62 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB721098-
CMYK0.270.9000.62
HSL282.27º81.48%21.18%-
HSV(B)282.27º89.8%38.43%-
XYZ4.992.4811.77-
YUV38.57161.54151.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=40%
G=5.56%
B=54.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7210980.270.9000.62282.2781.4821.18
Hex48A621B5A03E11a5115
Octal110121423313207643212125
Binary1001000101011000101101110110100111110100011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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