#490698

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

Shades of Indigo #490698

Tints of Indigo #490698

Color information

#490698 (or 0x490698) is unknown color: approx Indigo. HEX triplet: 49, 06 and 98. RGB value is (73,6,152). Sum of RGB (Red+Green+Blue) = 73+6+152=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #490698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490698 is #B6F967. Grayscale: #2A2A2A. Windows color (decimal): -11991400 or 9963081. OLE color: 9963081.

HSL color Cylindrical-coordinate representation of color #490698: hue angle of 267.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490698 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB736152-
CMYK0.520.9600.40
HSL267.53º92.41%30.98%-
HSV(B)267.53º96.05%59.61%-
XYZ8.483.8129.99-
YUV42.68189.7149.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 6 (2.73% from 255) = 2.60%
BLUE value IS 152 (59.77% from 255) = 65.80%
R=31.60%
G=2.60%
B=65.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7361520.520.9600.40267.5392.4130.98
Hex49698346002810c5c1f
Octal11162306414005041413437
Binary10010011101001100011010011000000101000100001100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490698; }

 p { color: rgb(73,6,152); }

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

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

 a { background-color: rgb(73,6,152); }

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

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

 span { border-color: rgb(73,6,152); }

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