#481494

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

Shades of Indigo #481494

Tints of Indigo #481494

Color information

#481494 (or 0x481494) is unknown color: approx Indigo. HEX triplet: 48, 14 and 94. RGB value is (72,20,148). Sum of RGB (Red+Green+Blue) = 72+20+148=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #481494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481494 is #B7EB6B. Grayscale: #313131. Windows color (decimal): -12053356 or 9704520. OLE color: 9704520.

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

Color convert

RGB7220148-
CMYK0.510.8600.42
HSL264.38º76.19%32.94%-
HSV(B)264.38º86.49%58.04%-
XYZ8.274.0228.36-
YUV50.14183.23143.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=30%
G=8.33%
B=61.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72201480.510.8600.42264.3876.1932.94
Hex481494335602A1084c21
Octal110242246312605241011441
Binary10010001010010010100110011101011001010101000010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481494; }

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

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

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

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

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

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

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

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