#480665

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

Shades of Indigo #480665

Tints of Indigo #480665

Color information

#480665 (or 0x480665) is unknown color: approx Indigo. HEX triplet: 48, 06 and 65. RGB value is (72,6,101). Sum of RGB (Red+Green+Blue) = 72+6+101=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #480665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480665 is #B7F99A. Grayscale: #242424. Windows color (decimal): -12056987 or 6620744. OLE color: 6620744.

HSL color Cylindrical-coordinate representation of color #480665: hue angle of 281.68º 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 #480665 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB726101-
CMYK0.290.9400.60
HSL281.68º88.79%20.98%-
HSV(B)281.68º94.06%39.61%-
XYZ5.092.4512.52-
YUV36.56164.37153.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 101 (39.84% from 255) = 56.42%
R=40.22%
G=3.35%
B=56.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7261010.290.9400.60281.6888.7920.98
Hex486651D5E03C11a5915
Octal11061453513607443213125
Binary100100011011001011110110111100111100100011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480665; }

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

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

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

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

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

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

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

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