#471494

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

Shades of Indigo #471494

Tints of Indigo #471494

Color information

#471494 (or 0x471494) is unknown color: approx Indigo. HEX triplet: 47, 14 and 94. RGB value is (71,20,148). Sum of RGB (Red+Green+Blue) = 71+20+148=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #471494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471494 is #B8EB6B. Grayscale: #313131. Windows color (decimal): -12118892 or 9704519. OLE color: 9704519.

HSL color Cylindrical-coordinate representation of color #471494: hue angle of 263.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471494 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7120148-
CMYK0.520.8600.42
HSL263.91º76.19%32.94%-
HSV(B)263.91º86.49%58.04%-
XYZ8.193.9828.35-
YUV49.84183.4143.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=29.71%
G=8.37%
B=61.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71201480.520.8600.42263.9176.1932.94
Hex471494345602A1084c21
Octal107242246412605241011441
Binary10001111010010010100110100101011001010101000010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471494; }

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

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

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

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

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

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

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

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