#4A098A

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

Shades of Indigo #4A098A

Tints of Indigo #4A098A

Color information

#4A098A (or 0x4A098A) is unknown color: approx Indigo. HEX triplet: 4A, 09 and 8A. RGB value is (74,9,138). Sum of RGB (Red+Green+Blue) = 74+9+138=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #4A098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A098A is #B5F675. Grayscale: #2A2A2A. Windows color (decimal): -11925110 or 9046346. OLE color: 9046346.

HSL color Cylindrical-coordinate representation of color #4A098A: hue angle of 270.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A098A is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB749138-
CMYK0.460.9300.46
HSL270.23º87.76%28.82%-
HSV(B)270.23º93.48%54.12%-
XYZ7.513.4924.32-
YUV43.14181.53150.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=33.48%
G=4.07%
B=62.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7491380.460.9300.46270.2387.7628.82
Hex4A98A2E5D02E10e581d
Octal112112125613505641613035
Binary100101010011000101010111010111010101110100001110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A098A; }

 p { color: rgb(74,9,138); }

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

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

 a { background-color: rgb(74,9,138); }

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

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

 span { border-color: rgb(74,9,138); }

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