#480869

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

Shades of Indigo #480869

Tints of Indigo #480869

Color information

#480869 (or 0x480869) is unknown color: approx Indigo. HEX triplet: 48, 08 and 69. RGB value is (72,8,105). Sum of RGB (Red+Green+Blue) = 72+8+105=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #480869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480869 is #B7F796. Grayscale: #252525. Windows color (decimal): -12056471 or 6883400. OLE color: 6883400.

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

Color convert

RGB728105-
CMYK0.310.9200.59
HSL279.59º85.84%22.16%-
HSV(B)279.59º92.38%41.18%-
XYZ5.312.5713.58-
YUV38.19165.7152.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=38.92%
G=4.32%
B=56.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7281050.310.9200.59279.5985.8422.16
Hex488691F5C03B1185616
Octal110101513713407343012626
Binary1001000100011010011111110111000111011100011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480869; }

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

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

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

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

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

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

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

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