#470090

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

Shades of Indigo #470090

Tints of Indigo #470090

Color information

#470090 (or 0x470090) is unknown color: approx Indigo. HEX triplet: 47, 00 and 90. RGB value is (71,0,144). Sum of RGB (Red+Green+Blue) = 71+0+144=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #470090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470090 is #B8FF6F. Grayscale: #252525. Windows color (decimal): -12124016 or 9437255. OLE color: 9437255.

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

Color convert

RGB710144-
CMYK0.51100.44
HSL269.58º100%28.24%-
HSV(B)269.58º100%56.47%-
XYZ7.633.3526.63-
YUV37.64188.02151.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 66.98%
R=33.02%
G=0%
B=66.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7101440.51100.44269.5810028.24
Hex47090336402C10e641c
Octal10702206314405441614434
Binary100011101001000011001111001000101100100001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470090; }

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

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

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

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

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

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

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

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