#471593

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

Shades of Indigo #471593

Tints of Indigo #471593

Color information

#471593 (or 0x471593) is unknown color: approx Indigo. HEX triplet: 47, 15 and 93. RGB value is (71,21,147). Sum of RGB (Red+Green+Blue) = 71+21+147=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #471593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471593 is #B8EA6C. Grayscale: #313131. Windows color (decimal): -12118637 or 9639239. OLE color: 9639239.

HSL color Cylindrical-coordinate representation of color #471593: hue angle of 263.81º degrees, saturation: 0.75, 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 #471593 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7121147-
CMYK0.520.8600.42
HSL263.81º75%32.94%-
HSV(B)263.81º85.71%57.65%-
XYZ8.133.9827.94-
YUV50.31182.56142.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 147 (57.81% from 255) = 61.51%
R=29.71%
G=8.79%
B=61.51%

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
Decimal71211470.520.8600.42263.817532.94
Hex471593345602A1084b21
Octal107252236412605241011341
Binary10001111010110010011110100101011001010101000010001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471593; }

 p { color: rgb(71,21,147); }

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

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

 a { background-color: rgb(71,21,147); }

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

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

 span { border-color: rgb(71,21,147); }

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