#480968

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

Shades of Indigo #480968

Tints of Indigo #480968

Color information

#480968 (or 0x480968) is unknown color: approx Indigo. HEX triplet: 48, 09 and 68. RGB value is (72,9,104). Sum of RGB (Red+Green+Blue) = 72+9+104=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #480968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480968 is #B7F697. Grayscale: #262626. Windows color (decimal): -12056216 or 6818120. OLE color: 6818120.

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

Color convert

RGB729104-
CMYK0.310.9100.59
HSL279.79º84.07%22.16%-
HSV(B)279.79º91.35%40.78%-
XYZ5.272.5713.32-
YUV38.67164.87151.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=38.92%
G=4.86%
B=56.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7291040.310.9100.59279.7984.0722.16
Hex489681F5B03B1185416
Octal110111503713307343012426
Binary1001000100111010001111110110110111011100011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480968; }

 p { color: rgb(72,9,104); }

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

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

 a { background-color: rgb(72,9,104); }

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

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

 span { border-color: rgb(72,9,104); }

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