#471294

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

Shades of Indigo #471294

Tints of Indigo #471294

Color information

#471294 (or 0x471294) is unknown color: approx Indigo. HEX triplet: 47, 12 and 94. RGB value is (71,18,148). Sum of RGB (Red+Green+Blue) = 71+18+148=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #471294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471294 is #B8ED6B. Grayscale: #303030. Windows color (decimal): -12119404 or 9704007. OLE color: 9704007.

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

Color convert

RGB7118148-
CMYK0.520.8800.42
HSL264.46º78.31%32.55%-
HSV(B)264.46º87.84%58.04%-
XYZ8.163.9128.34-
YUV48.67184.06143.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 148 (58.20% from 255) = 62.45%
R=29.96%
G=7.59%
B=62.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71181480.520.8800.42264.4678.3132.55
Hex471294345802A1084e21
Octal107222246413005241011641
Binary10001111001010010100110100101100001010101000010001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471294; }

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

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

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

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

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

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

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

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