#481390

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

Shades of Indigo #481390

Tints of Indigo #481390

Color information

#481390 (or 0x481390) is unknown color: approx Indigo. HEX triplet: 48, 13 and 90. RGB value is (72,19,144). Sum of RGB (Red+Green+Blue) = 72+19+144=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #481390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481390 is #B7EC6F. Grayscale: #303030. Windows color (decimal): -12053616 or 9442120. OLE color: 9442120.

HSL color Cylindrical-coordinate representation of color #481390: hue angle of 265.44º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481390 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7219144-
CMYK0.500.8700.44
HSL265.44º76.69%31.96%-
HSV(B)265.44º86.81%56.47%-
XYZ7.943.8626.71-
YUV49.1181.56144.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=30.64%
G=8.09%
B=61.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72191440.500.8700.44265.4476.6931.96
Hex481390325702C1094d20
Octal110232206212705441111540
Binary10010001001110010000110010101011101011001000010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481390; }

 p { color: rgb(72,19,144); }

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

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

 a { background-color: rgb(72,19,144); }

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

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

 span { border-color: rgb(72,19,144); }

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