#480769

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

Shades of Indigo #480769

Tints of Indigo #480769

Color information

#480769 (or 0x480769) is unknown color: approx Indigo. HEX triplet: 48, 07 and 69. RGB value is (72,7,105). Sum of RGB (Red+Green+Blue) = 72+7+105=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #480769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480769 is #B7F896. Grayscale: #252525. Windows color (decimal): -12056727 or 6883144. OLE color: 6883144.

HSL color Cylindrical-coordinate representation of color #480769: hue angle of 279.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480769 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB727105-
CMYK0.310.9300.59
HSL279.8º87.5%21.96%-
HSV(B)279.8º93.33%41.18%-
XYZ5.32.5513.58-
YUV37.61166.03152.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.13%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 105 (41.41% from 255) = 57.07%
R=39.13%
G=3.80%
B=57.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7271050.310.9300.59279.887.521.96
Hex487691F5D03B1185816
Octal11071513713507343013026
Binary100100011111010011111110111010111011100011000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480769; }

 p { color: rgb(72,7,105); }

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

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

 a { background-color: rgb(72,7,105); }

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

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

 span { border-color: rgb(72,7,105); }

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