#481198

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

Shades of Indigo #481198

Tints of Indigo #481198

Color information

#481198 (or 0x481198) is unknown color: approx Indigo. HEX triplet: 48, 11 and 98. RGB value is (72,17,152). Sum of RGB (Red+Green+Blue) = 72+17+152=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #481198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481198 is #B7EE67. Grayscale: #303030. Windows color (decimal): -12054120 or 9965896. OLE color: 9965896.

HSL color Cylindrical-coordinate representation of color #481198: hue angle of 264.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481198 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7217152-
CMYK0.530.8900.40
HSL264.44º79.88%33.14%-
HSV(B)264.44º88.82%59.61%-
XYZ8.544.0530.04-
YUV48.83186.22144.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 152 (59.77% from 255) = 63.07%
R=29.88%
G=7.05%
B=63.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72171520.530.8900.40264.4479.8833.14
Hex48119835590281085021
Octal110212306513105041012041
Binary10010001000110011000110101101100101010001000010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481198; }

 p { color: rgb(72,17,152); }

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

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

 a { background-color: rgb(72,17,152); }

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

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

 span { border-color: rgb(72,17,152); }

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