#471693

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

Shades of Indigo #471693

Tints of Indigo #471693

Color information

#471693 (or 0x471693) is unknown color: approx Indigo. HEX triplet: 47, 16 and 93. RGB value is (71,22,147). Sum of RGB (Red+Green+Blue) = 71+22+147=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #471693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471693 is #B8E96C. Grayscale: #323232. Windows color (decimal): -12118381 or 9639495. OLE color: 9639495.

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

Color convert

RGB7122147-
CMYK0.520.8500.42
HSL263.52º73.96%33.14%-
HSV(B)263.52º85.03%57.65%-
XYZ8.154.0227.95-
YUV50.9182.23142.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=29.58%
G=9.17%
B=61.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71221470.520.8500.42263.5273.9633.14
Hex471693345502A1084a21
Octal107262236412505241011241
Binary10001111011010010011110100101010101010101000010001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471693; }

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

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

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

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

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

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

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

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