#481596

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

Shades of Indigo #481596

Tints of Indigo #481596

Color information

#481596 (or 0x481596) is unknown color: approx Indigo. HEX triplet: 48, 15 and 96. RGB value is (72,21,150). Sum of RGB (Red+Green+Blue) = 72+21+150=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #481596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481596 is #B7EA69. Grayscale: #323232. Windows color (decimal): -12053098 or 9835848. OLE color: 9835848.

HSL color Cylindrical-coordinate representation of color #481596: hue angle of 263.72º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481596 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7221150-
CMYK0.520.8600.41
HSL263.72º75.44%33.53%-
HSV(B)263.72º86%58.82%-
XYZ8.454.1229.2-
YUV50.96183.9143.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.63%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=29.63%
G=8.64%
B=61.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72211500.520.8600.41263.7275.4433.53
Hex48159634560291084b22
Octal110252266412605141011342
Binary10010001010110010110110100101011001010011000010001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481596; }

 p { color: rgb(72,21,150); }

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

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

 a { background-color: rgb(72,21,150); }

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

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

 span { border-color: rgb(72,21,150); }

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