#481291

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

Shades of Indigo #481291

Tints of Indigo #481291

Color information

#481291 (or 0x481291) is unknown color: approx Indigo. HEX triplet: 48, 12 and 91. RGB value is (72,18,145). Sum of RGB (Red+Green+Blue) = 72+18+145=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #481291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481291 is #B7ED6E. Grayscale: #303030. Windows color (decimal): -12053871 or 9507400. OLE color: 9507400.

HSL color Cylindrical-coordinate representation of color #481291: hue angle of 265.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481291 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7218145-
CMYK0.500.8800.43
HSL265.51º77.91%31.96%-
HSV(B)265.51º87.59%56.86%-
XYZ83.8527.11-
YUV48.62182.39144.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=30.64%
G=7.66%
B=61.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72181450.500.8800.43265.5177.9131.96
Hex481291325802B10a4e20
Octal110222216213005341211640
Binary10010001001010010001110010101100001010111000010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481291; }

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

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

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

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

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

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

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

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