#480370

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

Shades of Indigo #480370

Tints of Indigo #480370

Color information

#480370 (or 0x480370) is unknown color: approx Indigo. HEX triplet: 48, 03 and 70. RGB value is (72,3,112). Sum of RGB (Red+Green+Blue) = 72+3+112=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #480370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480370 is #B7FC8F. Grayscale: #232323. Windows color (decimal): -12057744 or 7340872. OLE color: 7340872.

HSL color Cylindrical-coordinate representation of color #480370: hue angle of 277.98º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #480370 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB723112-
CMYK0.360.9700.56
HSL277.98º94.78%22.55%-
HSV(B)277.98º97.32%43.92%-
XYZ5.632.6115.54-
YUV36.06170.86153.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 112 (44.14% from 255) = 59.89%
R=38.50%
G=1.60%
B=59.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7231120.360.9700.56277.9894.7822.55
Hex4837024610381165f17
Octal11031604414107042613727
Binary100100011111000010010011000010111000100010110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480370; }

 p { color: rgb(72,3,112); }

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

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

 a { background-color: rgb(72,3,112); }

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

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

 span { border-color: rgb(72,3,112); }

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