#480188

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

Shades of Indigo #480188

Tints of Indigo #480188

Color information

#480188 (or 0x480188) is unknown color: approx Indigo. HEX triplet: 48, 01 and 88. RGB value is (72,1,136). Sum of RGB (Red+Green+Blue) = 72+1+136=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #480188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480188 is #B7FE77. Grayscale: #252525. Windows color (decimal): -12058232 or 8913224. OLE color: 8913224.

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

Color convert

RGB721136-
CMYK0.470.9900.47
HSL271.56º98.54%26.86%-
HSV(B)271.56º99.26%53.33%-
XYZ7.133.1823.53-
YUV37.62183.52152.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.45%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 136 (53.52% from 255) = 65.07%
R=34.45%
G=0.48%
B=65.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7211360.470.9900.47271.5698.5426.86
Hex481882F6302F110631b
Octal11012105714305742014333
Binary100100011000100010111111000110101111100010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480188; }

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

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

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

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

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

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

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

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