#4A1897

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

Shades of Indigo #4A1897

Tints of Indigo #4A1897

Color information

#4A1897 (or 0x4A1897) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 97. RGB value is (74,24,151). Sum of RGB (Red+Green+Blue) = 74+24+151=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #4A1897 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1897 is #B5E768. Grayscale: #343434. Windows color (decimal): -11921257 or 9902154. OLE color: 9902154.

HSL color Cylindrical-coordinate representation of color #4A1897: hue angle of 263.62º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1897 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7424151-
CMYK0.510.8400.41
HSL263.62º72.57%34.31%-
HSV(B)263.62º84.11%59.22%-
XYZ8.744.3429.66-
YUV53.43183.06142.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=29.72%
G=9.64%
B=60.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74241510.510.8400.41263.6272.5734.31
Hex4A189733540291084922
Octal112302276312405141011142
Binary10010101100010010111110011101010001010011000010001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,24,151); }

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

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

 a { background-color: rgb(74,24,151); }

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

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

 span { border-color: rgb(74,24,151); }

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