#4A137F

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

Shades of Indigo #4A137F

Tints of Indigo #4A137F

Color information

#4A137F (or 0x4A137F) is unknown color: approx Indigo. HEX triplet: 4A, 13 and 7F. RGB value is (74,19,127). Sum of RGB (Red+Green+Blue) = 74+19+127=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A137F is #B5EC80. Grayscale: #2F2F2F. Windows color (decimal): -11922561 or 8328010. OLE color: 8328010.

HSL color Cylindrical-coordinate representation of color #4A137F: hue angle of 270.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A137F is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7419127-
CMYK0.420.8500.50
HSL270.56º73.97%28.63%-
HSV(B)270.56º85.04%49.8%-
XYZ6.893.4520.38-
YUV47.76172.72146.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 127 (50% from 255) = 57.73%
R=33.64%
G=8.64%
B=57.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74191270.420.8500.50270.5673.9728.63
Hex4A137F2A5503210f4a1d
Octal112231775212506241711235
Binary100101010011111111110101010101010110010100001111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,19,127); }

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

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

 a { background-color: rgb(74,19,127); }

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

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

 span { border-color: rgb(74,19,127); }

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