#4714A2

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

Shades of Indigo #4714A2

Tints of Indigo #4714A2

Color information

#4714A2 (or 0x4714A2) is unknown color: approx Indigo. HEX triplet: 47, 14 and A2. RGB value is (71,20,162). Sum of RGB (Red+Green+Blue) = 71+20+162=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #4714A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4714A2 is #B8EB5D. Grayscale: #323232. Windows color (decimal): -12118878 or 10622023. OLE color: 10622023.

HSL color Cylindrical-coordinate representation of color #4714A2: hue angle of 261.55º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4714A2 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7120162-
CMYK0.560.8800.36
HSL261.55º78.02%35.69%-
HSV(B)261.55º87.65%63.53%-
XYZ9.374.4534.55-
YUV51.44190.4141.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 162 (63.67% from 255) = 64.03%
R=28.06%
G=7.91%
B=64.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71201620.560.8800.36261.5578.0235.69
Hex4714A238580241064e24
Octal107242427013004440611644
Binary10001111010010100010111000101100001001001000001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4714A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4714A2; }

 p { color: rgb(71,20,162); }

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

<style>
 a { background-color: #4714A2; }

 a { background-color: rgb(71,20,162); }

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

<style>
 span { border-color: #4714A2; }

 span { border-color: rgb(71,20,162); }

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