#480688

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

Shades of Indigo #480688

Tints of Indigo #480688

Color information

#480688 (or 0x480688) is unknown color: approx Indigo. HEX triplet: 48, 06 and 88. RGB value is (72,6,136). Sum of RGB (Red+Green+Blue) = 72+6+136=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 136 (53.52% from 255 or 63.55% from 214); Max value from RGB is 136 - color contains mainly: blue. Hex color #480688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480688 is #B7F977. Grayscale: #282828. Windows color (decimal): -12056952 or 8914504. OLE color: 8914504.

HSL color Cylindrical-coordinate representation of color #480688: hue angle of 270.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480688 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB726136-
CMYK0.470.9600.47
HSL270.46º91.55%27.84%-
HSV(B)270.46º95.59%53.33%-
XYZ7.183.2923.55-
YUV40.55181.87150.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 136 (53.52% from 255) = 63.55%
R=33.64%
G=2.80%
B=63.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7261360.470.9600.47270.4691.5527.84
Hex486882F6002F10e5c1c
Octal11062105714005741613434
Binary10010001101000100010111111000000101111100001110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480688; }

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

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

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

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

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

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

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

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