#471390

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

Shades of Indigo #471390

Tints of Indigo #471390

Color information

#471390 (or 0x471390) is unknown color: approx Indigo. HEX triplet: 47, 13 and 90. RGB value is (71,19,144). Sum of RGB (Red+Green+Blue) = 71+19+144=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #471390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471390 is #B8EC6F. Grayscale: #303030. Windows color (decimal): -12119152 or 9442119. OLE color: 9442119.

HSL color Cylindrical-coordinate representation of color #471390: hue angle of 264.96º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471390 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7119144-
CMYK0.510.8700.44
HSL264.96º76.69%31.96%-
HSV(B)264.96º86.81%56.47%-
XYZ7.873.8226.71-
YUV48.8181.73143.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=30.34%
G=8.12%
B=61.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71191440.510.8700.44264.9676.6931.96
Hex471390335702C1094d20
Octal107232206312705441111540
Binary10001111001110010000110011101011101011001000010011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471390; }

 p { color: rgb(71,19,144); }

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

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

 a { background-color: rgb(71,19,144); }

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

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

 span { border-color: rgb(71,19,144); }

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