#47017B

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

Shades of Indigo #47017B

Tints of Indigo #47017B

Color information

#47017B (or 0x47017B) is unknown color: approx Indigo. HEX triplet: 47, 01 and 7B. RGB value is (71,1,123). Sum of RGB (Red+Green+Blue) = 71+1+123=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #47017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47017B is #B8FE84. Grayscale: #232323. Windows color (decimal): -12123781 or 8061255. OLE color: 8061255.

HSL color Cylindrical-coordinate representation of color #47017B: hue angle of 274.43º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47017B is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB711123-
CMYK0.420.9900.52
HSL274.43º98.39%24.31%-
HSV(B)274.43º99.19%48.24%-
XYZ6.182.7918.95-
YUV35.84177.19153.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=36.41%
G=0.51%
B=63.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7111230.420.9900.52274.4398.3924.31
Hex4717B2A630341126218
Octal10711735214306442214230
Binary10001111111101110101011000110110100100010010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47017B; }

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

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

<style>
 a { background-color: #47017B; }

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

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

<style>
 span { border-color: #47017B; }

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

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