#471684

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

Shades of Indigo #471684

Tints of Indigo #471684

Color information

#471684 (or 0x471684) is unknown color: approx Indigo. HEX triplet: 47, 16 and 84. RGB value is (71,22,132). Sum of RGB (Red+Green+Blue) = 71+22+132=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #471684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471684 is #B8E97B. Grayscale: #303030. Windows color (decimal): -12118396 or 8656455. OLE color: 8656455.

HSL color Cylindrical-coordinate representation of color #471684: hue angle of 266.73º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471684 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7122132-
CMYK0.460.8300.48
HSL266.73º71.43%30.2%-
HSV(B)266.73º83.33%51.76%-
XYZ7.053.5822.15-
YUV49.19174.73143.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=31.56%
G=9.78%
B=58.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71221320.460.8300.48266.7371.4330.2
Hex4716842E5303010b471e
Octal107262045612306041310736
Binary1000111101101000010010111010100110110000100001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471684; }

 p { color: rgb(71,22,132); }

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

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

 a { background-color: rgb(71,22,132); }

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

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

 span { border-color: rgb(71,22,132); }

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