#480667

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

Shades of Indigo #480667

Tints of Indigo #480667

Color information

#480667 (or 0x480667) is unknown color: approx Indigo. HEX triplet: 48, 06 and 67. RGB value is (72,6,103). Sum of RGB (Red+Green+Blue) = 72+6+103=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #480667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480667 is #B7F998. Grayscale: #242424. Windows color (decimal): -12056985 or 6751816. OLE color: 6751816.

HSL color Cylindrical-coordinate representation of color #480667: hue angle of 280.82º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480667 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB726103-
CMYK0.300.9400.60
HSL280.82º88.99%21.37%-
HSV(B)280.82º94.17%40.39%-
XYZ5.192.4913.04-
YUV36.79165.37153.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 103 (40.62% from 255) = 56.91%
R=39.78%
G=3.31%
B=56.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7261030.300.9400.60280.8288.9921.37
Hex486671E5E03C1195915
Octal11061473613607443113125
Binary100100011011001111111010111100111100100011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480667; }

 p { color: rgb(72,6,103); }

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

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

 a { background-color: rgb(72,6,103); }

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

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

 span { border-color: rgb(72,6,103); }

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