#480885

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

Shades of Indigo #480885

Tints of Indigo #480885

Color information

#480885 (or 0x480885) is unknown color: approx Indigo. HEX triplet: 48, 08 and 85. RGB value is (72,8,133). Sum of RGB (Red+Green+Blue) = 72+8+133=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #480885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480885 is #B7F77A. Grayscale: #282828. Windows color (decimal): -12056443 or 8718408. OLE color: 8718408.

HSL color Cylindrical-coordinate representation of color #480885: hue angle of 270.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480885 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB728133-
CMYK0.460.9400.48
HSL270.72º88.65%27.65%-
HSV(B)270.72º93.98%52.16%-
XYZ6.993.2422.45-
YUV41.39179.7149.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 133 (52.34% from 255) = 62.44%
R=33.80%
G=3.76%
B=62.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7281330.460.9400.48270.7288.6527.65
Hex488852E5E03010f591c
Octal110102055613606041713134
Binary100100010001000010110111010111100110000100001111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480885; }

 p { color: rgb(72,8,133); }

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

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

 a { background-color: rgb(72,8,133); }

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

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

 span { border-color: rgb(72,8,133); }

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