#480263

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

Shades of Indigo #480263

Tints of Indigo #480263

Color information

#480263 (or 0x480263) is unknown color: approx Indigo. HEX triplet: 48, 02 and 63. RGB value is (72,2,99). Sum of RGB (Red+Green+Blue) = 72+2+99=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #480263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480263 is #B7FD9C. Grayscale: #212121. Windows color (decimal): -12058013 or 6488648. OLE color: 6488648.

HSL color Cylindrical-coordinate representation of color #480263: hue angle of 283.3º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #480263 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB72299-
CMYK0.270.9800.61
HSL283.3º96.04%19.8%-
HSV(B)283.3º97.98%38.82%-
XYZ4.952.3211.99-
YUV33.99164.69155.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=41.62%
G=1.16%
B=57.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal722990.270.9800.61283.396.0419.8
Hex482631B6203D11b6014
Octal11021433314207543314024
Binary10010001011000111101111000100111101100011011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480263; }

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

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

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

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

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

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

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

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