#4A096E

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

Shades of Indigo #4A096E

Tints of Indigo #4A096E

Color information

#4A096E (or 0x4A096E) is unknown color: approx Indigo. HEX triplet: 4A, 09 and 6E. RGB value is (74,9,110). Sum of RGB (Red+Green+Blue) = 74+9+110=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A096E is #B5F691. Grayscale: #272727. Windows color (decimal): -11925138 or 7211338. OLE color: 7211338.

HSL color Cylindrical-coordinate representation of color #4A096E: hue angle of 278.61º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A096E is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB749110-
CMYK0.330.9200.57
HSL278.61º84.87%23.33%-
HSV(B)278.61º91.82%43.14%-
XYZ5.742.7814.99-
YUV39.95167.53152.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=38.34%
G=4.66%
B=56.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7491100.330.9200.57278.6184.8723.33
Hex4A96E215C0391175517
Octal112111564113407142712527
Binary10010101001110111010000110111000111001100010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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