#481898

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

Shades of Indigo #481898

Tints of Indigo #481898

Color information

#481898 (or 0x481898) is unknown color: approx Indigo. HEX triplet: 48, 18 and 98. RGB value is (72,24,152). Sum of RGB (Red+Green+Blue) = 72+24+152=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #481898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481898 is #B7E767. Grayscale: #343434. Windows color (decimal): -12052328 or 9967688. OLE color: 9967688.

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

Color convert

RGB7224152-
CMYK0.530.8400.40
HSL262.5º72.73%34.51%-
HSV(B)262.5º84.21%59.61%-
XYZ8.674.330.08-
YUV52.94183.9141.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 152 (59.77% from 255) = 61.29%
R=29.03%
G=9.68%
B=61.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72241520.530.8400.40262.572.7334.51
Hex48189835540281064923
Octal110302306512405040611143
Binary10010001100010011000110101101010001010001000001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481898; }

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

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

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

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

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

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

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

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