#480585

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

Shades of Indigo #480585

Tints of Indigo #480585

Color information

#480585 (or 0x480585) is unknown color: approx Indigo. HEX triplet: 48, 05 and 85. RGB value is (72,5,133). Sum of RGB (Red+Green+Blue) = 72+5+133=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #480585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #480585 is #B7FA7A. Grayscale: #272727. Windows color (decimal): -12057211 or 8717640. OLE color: 8717640.

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

Color convert

RGB725133-
CMYK0.460.9600.48
HSL271.41º92.75%27.06%-
HSV(B)271.41º96.24%52.16%-
XYZ6.963.1822.44-
YUV39.62180.7151.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 133 (52.34% from 255) = 63.33%
R=34.29%
G=2.38%
B=63.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7251330.460.9600.48271.4192.7527.06
Hex485852E6003010f5d1b
Octal11052055614006041713533
Binary10010001011000010110111011000000110000100001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480585; }

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

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

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

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

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

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

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

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