#480B62

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

Shades of Indigo #480B62

Tints of Indigo #480B62

Color information

#480B62 (or 0x480B62) is unknown color: approx Indigo. HEX triplet: 48, 0B and 62. RGB value is (72,11,98). Sum of RGB (Red+Green+Blue) = 72+11+98=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #480B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480B62 is #B7F49D. Grayscale: #262626. Windows color (decimal): -12055710 or 6425416. OLE color: 6425416.

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

Color convert

RGB721198-
CMYK0.270.8900.62
HSL282.07º79.82%21.37%-
HSV(B)282.07º88.78%38.43%-
XYZ52.511.77-
YUV39.16161.21151.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 11 (4.69% from 255) = 6.08%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=39.78%
G=6.08%
B=54.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7211980.270.8900.62282.0779.8221.37
Hex48B621B5903E11a5015
Octal110131423313107643212025
Binary1001000101111000101101110110010111110100011010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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