#480163

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

Shades of Indigo #480163

Tints of Indigo #480163

Color information

#480163 (or 0x480163) is unknown color: approx Indigo. HEX triplet: 48, 01 and 63. RGB value is (72,1,99). Sum of RGB (Red+Green+Blue) = 72+1+99=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #480163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480163 is #B7FE9C. Grayscale: #212121. Windows color (decimal): -12058269 or 6488392. OLE color: 6488392.

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

Color convert

RGB72199-
CMYK0.270.9900.61
HSL283.47º98%19.61%-
HSV(B)283.47º98.99%38.82%-
XYZ4.942.311.99-
YUV33.4165.02155.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=41.86%
G=0.58%
B=57.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal721990.270.9900.61283.479819.61
Hex481631B6303D11b6214
Octal11011433314307543314224
Binary1001000111000111101111000110111101100011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480163; }

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

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

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

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

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

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

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

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