#481392

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

Shades of Indigo #481392

Tints of Indigo #481392

Color information

#481392 (or 0x481392) is unknown color: approx Indigo. HEX triplet: 48, 13 and 92. RGB value is (72,19,146). Sum of RGB (Red+Green+Blue) = 72+19+146=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #481392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481392 is #B7EC6D. Grayscale: #303030. Windows color (decimal): -12053614 or 9573192. OLE color: 9573192.

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

Color convert

RGB7219146-
CMYK0.510.8700.43
HSL265.04º76.97%32.35%-
HSV(B)265.04º86.99%57.25%-
XYZ8.093.9227.52-
YUV49.32182.56144.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=30.38%
G=8.02%
B=61.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal72191460.510.8700.43265.0476.9732.35
Hex481392335702B1094d20
Octal110232226312705341111540
Binary10010001001110010010110011101011101010111000010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481392; }

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

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

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

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

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

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

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

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