#481585

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

Shades of Indigo #481585

Tints of Indigo #481585

Color information

#481585 (or 0x481585) is unknown color: approx Indigo. HEX triplet: 48, 15 and 85. RGB value is (72,21,133). Sum of RGB (Red+Green+Blue) = 72+21+133=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #481585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481585 is #B7EA7A. Grayscale: #303030. Windows color (decimal): -12053115 or 8721736. OLE color: 8721736.

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

Color convert

RGB7221133-
CMYK0.460.8400.48
HSL267.32º72.73%30.2%-
HSV(B)267.32º84.21%52.16%-
XYZ7.173.6122.51-
YUV49.02175.4144.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=31.86%
G=9.29%
B=58.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72211330.460.8400.48267.3272.7330.2
Hex4815852E5403010b491e
Octal110252055612406041311136
Binary1001000101011000010110111010101000110000100001011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481585; }

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

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

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

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

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

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

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

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