#481394

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

Shades of Indigo #481394

Tints of Indigo #481394

Color information

#481394 (or 0x481394) is unknown color: approx Indigo. HEX triplet: 48, 13 and 94. RGB value is (72,19,148). Sum of RGB (Red+Green+Blue) = 72+19+148=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #481394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481394 is #B7EC6B. Grayscale: #313131. Windows color (decimal): -12053612 or 9704264. OLE color: 9704264.

HSL color Cylindrical-coordinate representation of color #481394: hue angle of 264.65º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481394 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7219148-
CMYK0.510.8700.42
HSL264.65º77.25%32.75%-
HSV(B)264.65º87.16%58.04%-
XYZ8.253.9828.35-
YUV49.55183.56144.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=30.13%
G=7.95%
B=61.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72191480.510.8700.42264.6577.2532.75
Hex481394335702A1094d21
Octal110232246312705241111541
Binary10010001001110010100110011101011101010101000010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481394; }

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

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

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

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

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

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

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

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