#481085

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

Shades of Indigo #481085

Tints of Indigo #481085

Color information

#481085 (or 0x481085) is unknown color: approx Indigo. HEX triplet: 48, 10 and 85. RGB value is (72,16,133). Sum of RGB (Red+Green+Blue) = 72+16+133=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #481085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481085 is #B7EF7A. Grayscale: #2D2D2D. Windows color (decimal): -12054395 or 8720456. OLE color: 8720456.

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

Color convert

RGB7216133-
CMYK0.460.8800.48
HSL268.72º78.52%29.22%-
HSV(B)268.72º87.97%52.16%-
XYZ7.093.4422.48-
YUV46.08177.05146.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=32.58%
G=7.24%
B=60.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72161330.460.8800.48268.7278.5229.22
Hex4810852E5803010d4f1d
Octal110202055613006041511735
Binary1001000100001000010110111010110000110000100001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481085; }

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

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

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

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

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

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

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

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