#481095

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

Shades of Indigo #481095

Tints of Indigo #481095

Color information

#481095 (or 0x481095) is unknown color: approx Indigo. HEX triplet: 48, 10 and 95. RGB value is (72,16,149). Sum of RGB (Red+Green+Blue) = 72+16+149=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #481095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481095 is #B7EF6A. Grayscale: #2F2F2F. Windows color (decimal): -12054379 or 9769032. OLE color: 9769032.

HSL color Cylindrical-coordinate representation of color #481095: hue angle of 265.26º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481095 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7216149-
CMYK0.520.8900.42
HSL265.26º80.61%32.35%-
HSV(B)265.26º89.26%58.43%-
XYZ8.283.9228.75-
YUV47.91185.05145.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=30.38%
G=6.75%
B=62.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72161490.520.8900.42265.2680.6132.35
Hex481095345902A1095120
Octal110202256413105241112140
Binary10010001000010010101110100101100101010101000010011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481095; }

 p { color: rgb(72,16,149); }

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

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

 a { background-color: rgb(72,16,149); }

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

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

 span { border-color: rgb(72,16,149); }

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