#47019D

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

Shades of Indigo #47019D

Tints of Indigo #47019D

Color information

#47019D (or 0x47019D) is unknown color: approx Indigo. HEX triplet: 47, 01 and 9D. RGB value is (71,1,157). Sum of RGB (Red+Green+Blue) = 71+1+157=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #47019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47019D is #B8FE62. Grayscale: #272727. Windows color (decimal): -12123747 or 10289479. OLE color: 10289479.

HSL color Cylindrical-coordinate representation of color #47019D: hue angle of 266.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47019D is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB711157-
CMYK0.550.9900.38
HSL266.92º98.73%30.98%-
HSV(B)266.92º99.36%61.57%-
XYZ8.73.832.17-
YUV39.71194.19150.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 157 (61.72% from 255) = 68.56%
R=31.00%
G=0.44%
B=68.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7111570.550.9900.38266.9298.7330.98
Hex4719D376302610b631f
Octal10712356714304641314337
Binary100011111001110111011111000110100110100001011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47019D; }

 p { color: rgb(71,1,157); }

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

<style>
 a { background-color: #47019D; }

 a { background-color: rgb(71,1,157); }

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

<style>
 span { border-color: #47019D; }

 span { border-color: rgb(71,1,157); }

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