#481285

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

Shades of Indigo #481285

Tints of Indigo #481285

Color information

#481285 (or 0x481285) is unknown color: approx Indigo. HEX triplet: 48, 12 and 85. RGB value is (72,18,133). Sum of RGB (Red+Green+Blue) = 72+18+133=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #481285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481285 is #B7ED7A. Grayscale: #2E2E2E. Windows color (decimal): -12053883 or 8720968. OLE color: 8720968.

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

Color convert

RGB7218133-
CMYK0.460.8600.48
HSL268.17º76.16%29.61%-
HSV(B)268.17º86.47%52.16%-
XYZ7.123.522.49-
YUV47.26176.39145.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 133 (52.34% from 255) = 59.64%
R=32.29%
G=8.07%
B=59.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72181330.460.8600.48268.1776.1629.61
Hex4812852E5603010c4c1e
Octal110222055612606041411436
Binary1001000100101000010110111010101100110000100001100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481285; }

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

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

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

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

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

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

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

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