#481896

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

Shades of Indigo #481896

Tints of Indigo #481896

Color information

#481896 (or 0x481896) is unknown color: approx Indigo. HEX triplet: 48, 18 and 96. RGB value is (72,24,150). Sum of RGB (Red+Green+Blue) = 72+24+150=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #481896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481896 is #B7E769. Grayscale: #343434. Windows color (decimal): -12052330 or 9836616. OLE color: 9836616.

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

Color convert

RGB7224150-
CMYK0.520.8400.41
HSL262.86º72.41%34.12%-
HSV(B)262.86º84%58.82%-
XYZ8.54.2329.22-
YUV52.72182.9141.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 150 (58.98% from 255) = 60.98%
R=29.27%
G=9.76%
B=60.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72241500.520.8400.41262.8672.4134.12
Hex48189634540291074822
Octal110302266412405140711042
Binary10010001100010010110110100101010001010011000001111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481896; }

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

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

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

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

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

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

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

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