#471896

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

Shades of Indigo #471896

Tints of Indigo #471896

Color information

#471896 (or 0x471896) is unknown color: approx Indigo. HEX triplet: 47, 18 and 96. RGB value is (71,24,150). Sum of RGB (Red+Green+Blue) = 71+24+150=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #471896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471896 is #B8E769. Grayscale: #333333. Windows color (decimal): -12117866 or 9836615. OLE color: 9836615.

HSL color Cylindrical-coordinate representation of color #471896: hue angle of 262.38º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471896 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7124150-
CMYK0.530.8400.41
HSL262.38º72.41%34.12%-
HSV(B)262.38º84%58.82%-
XYZ8.434.1929.22-
YUV52.42183.07141.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=28.98%
G=9.80%
B=61.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71241500.530.8400.41262.3872.4134.12
Hex47189635540291064822
Octal107302266512405140611042
Binary10001111100010010110110101101010001010011000001101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471896; }

 p { color: rgb(71,24,150); }

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

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

 a { background-color: rgb(71,24,150); }

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

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

 span { border-color: rgb(71,24,150); }

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