#480296

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

Shades of Indigo #480296

Tints of Indigo #480296

Color information

#480296 (or 0x480296) is unknown color: approx Indigo. HEX triplet: 48, 02 and 96. RGB value is (72,2,150). Sum of RGB (Red+Green+Blue) = 72+2+150=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #480296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480296 is #B7FD69. Grayscale: #272727. Windows color (decimal): -12057962 or 9830984. OLE color: 9830984.

HSL color Cylindrical-coordinate representation of color #480296: hue angle of 268.38º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480296 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB722150-
CMYK0.520.9900.41
HSL268.38º97.37%29.8%-
HSV(B)268.38º98.67%58.82%-
XYZ8.23.6229.12-
YUV39.8190.19150.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=32.14%
G=0.89%
B=66.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7221500.520.9900.41268.3897.3729.8
Hex48296346302910c611e
Octal11022266414305141414136
Binary1001000101001011011010011000110101001100001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480296; }

 p { color: rgb(72,2,150); }

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

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

 a { background-color: rgb(72,2,150); }

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

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

 span { border-color: rgb(72,2,150); }

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