#4A087F

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

Shades of Indigo #4A087F

Tints of Indigo #4A087F

Color information

#4A087F (or 0x4A087F) is unknown color: approx Indigo. HEX triplet: 4A, 08 and 7F. RGB value is (74,8,127). Sum of RGB (Red+Green+Blue) = 74+8+127=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A087F is #B5F780. Grayscale: #282828. Windows color (decimal): -11925377 or 8325194. OLE color: 8325194.

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

Color convert

RGB748127-
CMYK0.420.9400.50
HSL273.28º88.15%26.47%-
HSV(B)273.28º93.7%49.8%-
XYZ6.743.1620.33-
YUV41.3176.37151.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 127 (50% from 255) = 60.77%
R=35.41%
G=3.83%
B=60.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7481270.420.9400.50273.2888.1526.47
Hex4A87F2A5E032111581a
Octal112101775213606242113032
Binary10010101000111111110101010111100110010100010001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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